Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 636 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 636 Bytes

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/.