Quickstart
A step-by-step guide to help you quickly set up and start using Kottster.
Getting started
1. Sign up at Kottster
2. Create a new app.
3. Complete the initial setup:
3.1. Create a new project using the CLI:
3.2. Inside your project, run the app locally:
3.3. Connect the app to your database:
After running the command, the new file will be created inside src/server/data-sources/
folder. Edit the file to configure the connection to your database, and restart the server.
4. Start building your app:
Use our builder to generate pages and features instantly.
Or, create and customize them on your own.
5. Deploy your app to production when it's ready.
Last updated