📄Project Setup

Instructions to setup the project.

What are the prerequisites ?

  • git (to clone the repository).

  • node <= v11.10.1

How to set up the project locally?

  1. Fork https://github.com/Ignitus/Ignitus-client.git

  2. Clone git clone https://github.com/your_username/Ignitus-client.git

  3. Once cloned navigate using cd Ignitus-client

  4. Open terminal execute npm install

  5. Now execute npm start

  6. Navigate to http://localhost:3000 🚀

Docker Setup 🐳

docker-compose up

Tools 🔨

A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.

To run ESLint use.

npm run lint

This option instructs ESLint to automatically try to fix as many issues as possible. 🛠

npm run lint:fix

Please don't commit your package-lock.json until & unless you are not adding a new package.

Please create a new branch from develop not from master, and please create a pull request to develop not to master.

Last updated