Check out our project task tracker: https://github.com/We-Fly/wefly/projects/1
- Clone the repo or sync your branch with master, if you already have it cloned and have a branch.
- The core front-end and back-end files are located in the
coredirectory. - Install nodejs
- Do the cli commands stated below.
- Go to
localhost:8080.
cd into server/src directory and do nodemon app
If you're doing first time setup/get an error, do npm install -g nodemon and then npm install before doing nodemon app
cd into client directory and do npm run dev
If you're doing first time setup/get an error, do npm install before doing npm run dev
Once you have done this you can go to localhost:8080 to see the site.
Searching across many days may cause an error from your web browser. This is because each added day to search across greatly increases the complexity of the algorithm, and the amount of API requests we must do. For sake of testing, please limit yourself to less than a week.