Lightning Bounties: Frontend
- Lightning Bounties App
- Docs
- Contirbuting Guide (soming soon!)
- Clone the repo
npm install
- Env Vars:
cp .env.local.example .env.local
and edit as needed tsconfig.json
: edit as needednpm 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