Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 253 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 253 Bytes

Admin interface for BGS

Setup

  • install node
  • install pnpm

Running

pnpm install
pnpm start

This will run against a local backend. You can run against a remote backend by creating a .env file with:

backend=remote