Skip to content

Lightning-Bounties/lb-next

Repository files navigation

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 backend and add it to your local storage under the dev server domain. (TODO - does this work?)
    • more on this subject coming soon