To run this project you need to install yarn or npm and then run the following commands.
cd crm-nextjs
yarn
or
npm install
npm install -g json-server
or
yarn global add json-server
json-server db.json --port 4000
then open a new terminal and run
yarn build & yarn start
or
npm run build & npm start
Email: admin@admin.com
Password: 1234