🎯Contribution
This page demonstrates Instructions to setup & contributing to the project.
What are the prerequisites ?
git (to clone the repository).
node <= v11.10.1
How to set up the project locally?
Fork
https://github.com/Ignitus/Ignitus-sideNavigationClone
git clone https://github.com/your_username/Ignitus-sideNavigation.gitOnce cloned navigate using
cd Ignitus-sideNavigationOpen terminal execute
npm installNow execute
npm start devNavigate to http://localhost:3000 🚀
Tools 🔨
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
To run ESLint use.
npm run lintThis option instructs ESLint to automatically try to fix as many issues as possible. ðŸ›
npm run lint:fixA set of conventions (sometimes arbitrary) about how to write code for this project are mentioned here.
Last updated
Was this helpful?
