Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 613 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 613 Bytes

Web based scouting app

Basically just google forms, but you can assign forms out to different scouts. Very unfinished

Setup

Git clone this repository, then run npm install. Ensure you have mongodb installed, then run npm run dev to start the dev server. You may need to initiate a replica set on your mongodb instance. Do this by running the dev server, and in a different terminal run mongosh. In the mongo shell instance run rs.initiate().

Development

When you are developing the application and make a change you will need to use shift+ctrl+r to clear the browsers cache and reload the page.