Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 398 Bytes

RoboBananaFrontend

Display cool visuals to go alongside events in the Woohoojin Discord Server.

To run the app locally:

  • Copy environments.prod.ts to environments.dev.ts
  • Change property production in environment.dev.ts to false
  • Adjust other properties in environment.dev.ts to fit your dev setup
  • Run:
    npm ci
    npm run dev