This is the repository of the project which we build for bugsquash competition
- Fork the repository on GitHub.
- Navigate to the folder of the repository.
- To run this project, you should have node.js and npm installed on your system. If you don't have node.js and npm, you can visit The official site of node.js to install them on your system.
- Install NPM dependencies.
npm install
- Run the development server to view the changes you are making by typing the following
command:
npm start