Skip to content

Michael-Liendo/michaelliendo.com

Repository files navigation

michaelliendo.com

Welcome to my personal website.

Requirements

Getting Started

  1. Clone this repository
git clone https://github.com/Michael-Liendo/michaelliendo.com.git
  1. In a separate terminal session, install project dependencies.
npm install
  1. Create a .env file with the example
NOTION_ACCESS_TOKEN=
NOTION_NOTES_DATABASE_ID=
NOTION_ABOUT_ME_DATABASE_ID=
NOTION_PROJECTS_DATABASE_ID=
  1. Run the server
npm run dev

The project must be available on http://localhost:5173/.