Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 715 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 715 Bytes

Contributing

Local development

  1. 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
  2. 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.

  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev:netlify
  5. Open the app at http://localhost:8888.