After setting up the environment, please open the terminal and run the following command:
$ git clone https://github.com/fahimjason/jbook.git
$ cd jbook
$ npm install # install dependencies
# Follow the commands
$ cd packages/cli # move to cli folder
$ npm install # install dependencies
$ cd .. # back to packages
$ cd local-api # move to local-api folder
$ npm install # install dependencies
$ cd .. # back to packages
$ cd local-client # move to local-client
$ npm install # install dependencies
$ cd .. # back to packages
$ cd .. # back to the root folder
$ npm start # development build