kottster
1.0.0
Instant admin panel for your project ⚡
Website • Docs • Pricing

npx @kottster/cli newMake sure you have Node.js version 20 or above installed on your system.
npm run devAfter running the project, you'll need to log in to your account or create a new one. Once logged in, create an app by specifying its name.
# PostgreSQL
npm run dev:add-data-source postgres
# MySQL
npm run dev:add-data-source mysql
# MariaDB
npm run dev:add-data-source mariadb
After running the command, the new file will be created inside app/.server/data-sources/ folder. Edit the file to configure the connection to your database, and restart the server.
Kottster is licensed under the terms of Apache License 2.0.