Skip to content

fahimjason/jbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published