-
Clone the repository using your preferred method:
# HTTPS git clone https://github.com/lumen-notes/lumen.git # SSH git clone git@github.com:lumen-notes/lumen.git # GitHub CLI gh repo clone lumen-notes/lumen
-
Generate a GitHub personal access token (classic) with
repo,gist, anduser:emailscopes, then add it to a.env.localfile in the root directory:VITE_GITHUB_PAT=<your token here>
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev:netlify
-
Open the app at http://localhost:8888.