-
Clone the repository using your preferred method:
# HTTPS git clone https://github.com/lumen-notes/lumen.git # SSH git clone [email protected]:lumen-notes/lumen.git # GitHub CLI gh repo clone lumen-notes/lumen
-
Create a
.env.local
file in the root directory with the following variables:VITE_GITHUB_CLIENT_ID=30db9c210d682a9624e7 GITHUB_CLIENT_SECRET=...
Note: Ask @colebemis for the
GITHUB_CLIENT_SECRET
value. -
Install the dependencies:
npm install
-
Start the development server:
npm run dev:netlify
-
Open the app at http://localhost:8888.