Welcome to my personal website.
- Clone this repository
git clone https://github.com/Michael-Liendo/michaelliendo.com.git
- In a separate terminal session, install project dependencies.
npm install
- Create a .env file with the example
NOTION_ACCESS_TOKEN=
NOTION_NOTES_DATABASE_ID=
NOTION_ABOUT_ME_DATABASE_ID=
NOTION_PROJECTS_DATABASE_ID=
- Run the server
npm run dev
The project must be available on http://localhost:5173/.