npm install --g --production windows-build-tools --legacy-peer-deps- Fork this repository into your account.
- Clone your fork repository into your computer
git clone https://github.com/<your_github_username>/admin - Switch to the development branch:
git checkout development. - Remember to move to a new branch when you start a new issue:
git checkout -b <new-branch> - Create the .env file following the template on .env.example and make sure to use the development API host. You can use this command:
cp .env.example .env - Install the packages:
npm install --legacy-peer-deps - Start the development server:
npm run start
This section is under development.
use:
npm --build-from-source install node-pre-gyp
To format document with eslintrc rules run:
npm run lint:fixNote: you can use the Exlint Prettier plugin and it will do it automatically for you.