create-acmekit-app
v2.13.36
Published
Create a AcmeKit project using a single command.
Readme
Overview
Using this NPX command, you can setup a AcmeKit backend and admin along with a PostgreSQL database in simple steps.
Usage
Run the following command in your terminal:
npx create-acmekit-app@latestThen, answer the prompted questions to setup your PostgreSQL database and AcmeKit project. Once the setup is done, the AcmeKit admin dashboard will open in your default browser.
Options
| Option | Description | Default value |
|--------------------|-------------------------------------------------------|------------------------------------------------------|
| --repo-url <url> | Create AcmeKit project from a different repository URL | https://github.com/acmekit/acmekit-starter-default |
| --seed | Using this option seeds the database with demo data | false |
