Road to Hire student creating revolutionary applications.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Use npm install
to install dependencies listed in package.json
You may run into a audit fix. Use npm audit fix
to fix this issue.
If you still have a audit issue use npm audit fix --force
to resolve the previous issue.
In the root of the folder use npm run test
to run test.
This project is licensed under the MIT License - see the LICENSE.md file for details