Source code of my personal website & blog ✨
Check the live version here ⚡️
- Responsive
- RSS Feed
- Blog with Notion API
- Strongly typed
- Fast thanks to Next.js and Vercel
- Components made with styled-components
- GitHub CI to build and lint project
- next.js
- typescript
- styled-components
- styled-system
- react-notion-x
- notion API
Install dependencies:
npm install
# or
yarn
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the GPLv3 License - see the LICENSE file for details.