Getting Started
Technical Concepts
Creating Content
Site Settings
Sharing & Collaboration
Account Settings
Advanced Parse Server
Static Site Generators
Local Setup via Github
0
git clone "https://github.com/your_org/path_to_your_forked_repo" chisel1
cd chisel2
npm install3
npm startAfter 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.
- Fork the repo to your account
- Clone the repo to your local development device
- Change into this directory
- Install the dependencies using yarn or npm
- Change the Parse Server information in
src/ConnectConstants.js
- Run the Server using
yarn start
ornpm start