INSTALLATION
Habibi based on create-react-app and has its README.md which you can find very useful.
To get started follow this steps:
- Install Node and npm.
- Download and open project.
- Install packages: npm i --legacy-peer-deps, npm install --legacy-peer-deps or yarn install --legacy-peer-deps.
- Start project locally: npm start or yarn start (running on port 3036).
- Make necessary changes.
- Build app for production: npm run build or yarn build.