Getting Started
Technical Concepts
Creating Content
Site Settings
Sharing & Collaboration
Account Settings
Advanced Parse Server
Static Site Generators
Local Setup via NPM
0
npm install -g chisel-cms1
chisel-cms --appId "APP_ID" --serverURL "https://YOURSERVER.com/parse"After you've successfully setup your Parse-Server instance locally or via one of the Hosted options, you can start running Chisel locally.
The easiest way to install Chisel is via our NPM package.
You install Chisel globally to your device.
Then simply call chisel using the chisel-cms
command in the terminal and passing the APP_ID and URL of the Parse Server instance to start the app.