Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 850 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 850 Bytes

lb-next

Lightning Bounties: Frontend

Links

Getting Started

  • Clone the repo
  • npm install
  • Env Vars: cp .env.local.example .env.local and edit as needed
  • tsconfig.json: edit as needed
  • npm run dev
  • Grab a JWT token from production backendand add it to your local storage under the dev server domain.
    • see documents for instructions and video here.

Contributors