Local Setup via Github

0
git clone "https://github.com/your_org/path_to_your_forked_repo" chisel
1
cd chisel
2
npm install
3
npm start

After you've successfully setup your Parse-Server instance locally or via one of the Hosted options, you can start running Chisel locally.

You can download Chisel directly from our open source Github repository.

  1. Fork the repo to your account
  2. Clone the repo to your local development device
  3. Change into this directory
  4. Install the dependencies using yarn or npm
  5. Change the Parse Server information in src/ConnectConstants.js
  6. Run the Server using yarn start or npm start