Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 798 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 798 Bytes

Auckland Eden Youth Board Attendance Tracker

Setup

  1. Make sure to install all the dependencies. This can be done in the root directory by doing npm run installAll

Eslint

Eslint is a tool that helps indentify errors in your code.

To setup eslint in VSCode:

  1. Install the Eslint VSCode extension

Prettier

Prettier is used to format your code on save.

To setup prettier in VSCode:

  1. Install the Prettier VSCode extension

Scripts

npm run removeModules - Will remove all npm_modules

npm run installAll - Will install all dependencies in the root, frontend, and backend folder.

Developers and Team Members