Skip to content

Michael-Liendo/michaelliendo.com

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ba77df · Jan 19, 2024
Sep 16, 2023
Jan 19, 2024
Jul 14, 2023
Apr 1, 2023
Jul 14, 2023
Jul 14, 2023
Jan 19, 2024
Jul 14, 2023
Jul 14, 2023
Sep 15, 2023
Sep 16, 2023
Jan 19, 2024
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 17, 2023

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