Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.06 KB

PROJECT SETUP

Local Environment Setup

Local Development

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

NPM Scripts

# 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