Live at link
TODO's:
- Set up global context for server side data, including mdx posts, this data needs to be accessed outside blog page
- Fix styles across the app
- Enchance 3D animation, add loading screen, make it even more responsive, so you would be able to resize it and it would make sense showing it on smaller screens
- Finish up with writing content for the website
- Finish writing Go backend, for newsletter and email service
- The website is mobile first, adjust some of the designs to look better on desktop
This is the most recent version of my personal site which I am currently building with Next.js, Chakra UI and Storybook.
This project is bootstrapped with create-next-app
.
- Clone the project locally
From the repo:
- Installs dependencies required for the app to run in development mode.
On the command line or in the terminal of your preferred editor, you can run:
npm install
# or
yarn
- Fire up the development server by running:
npm run dev
# or
yarn dev
Open http://localhost:3000 to view it in the browser.
If you're interested in contributing, or just interested in the main tools I'm using, you can check them out via the links below.
- Next.js Docs - learn about Next.js features and API.
- Chakra UI Docs - learn about Chakra UI features and API.
- Storybook Docs - learn about Storybook features and API.