Just run the following commands in your terminal to start coding
$ git clone https://github.com/shahbazhassan42000/mazdoor.git
$ cd mazdoor
$ npm install
Then run:
$ npm run dev
The last command automatically runs the API exposed on http://localhost:5000
Link: https://www.figma.com/file/BKAyOE3BlpacjXehWKqXnc/MAZDOOR?t=YtjcGmJo77LinC9I-1
To create a build for production you need to build your current project with the following command:
$ npm run build