Browse: README · Home · Getting Started · API · Auth · Webhooks · FAQ · Concepts · GraphQL · Rate Limits · Python SDK · JS SDK · React Quickstart · Migrate · Deployment · CLI · Glossary
Getting Started
So you want to use Quillship. Great choice! This page will walk you through the basics.
First, you’ll need to install the CLI. Just run the install command and follow the prompts.
npm install quillship
Once that’s done, initialize your project:
quillship init
You’ll be asked a few questions about your setup. Answer them however makes sense for your project.
Now you can start the dev server:
quillship dev
That should open up the dashboard where you can start adding content.
If something isn’t working, double-check your installation. The most common issues are usually environment-related. You may need to set up some configuration first depending on your setup.
For more advanced setups, see the configuration guide.