1.0.6 • Published 10 months ago
@mirrordigital/create-boris v1.0.6
Create Boris
Create a new Strapi CMS powered by DigitalOcean APP Platform.
Usage
# Using npx
npx @mirrorprod/create-boris my-new-cms
# Using yarn
yarn create @mirrorprod/boris my-new-cms
# Using pnpm
pnpm create @mirrorprod/boris my-new-cmsThis will create a new Strapi CMS in the specified directory with all the necessary configuration for DigitalOcean APP Platform.
What's included
- Strapi CMS configuration
- DigitalOcean APP Platform configuration
- Automatic deployment scripts
- GitLab CI/CD configuration
Available Scripts
In your new project, you can run:
yarn start
Starts the local development environment by running the Docker containers.
yarn stop
Stops the running Docker containers while preserving the data.
yarn down
Removes all Docker containers and their associated volumes.
yarn build
Builds the Docker containers with the latest changes.
yarn deploy
Performs a complete deployment to DigitalOcean App Platform (includes generate and build-platform steps).