Personal website and blog built with Next.js.
First, install dependencies:
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
To build the site for production:
yarn build
To start the production server:
yarn start
- Next.js
- TypeScript
- Styled Components
- MDX for blog posts