Strapi comes with a full featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds.
Start your Strapi application with autoReload enabled. Learn more
bun run developStart your Strapi application with autoReload disabled. Learn more
bun run startBuild your admin panel. Learn more
bun run buildNote: This project uses Podman instead of Docker.
podman build --build-arg STRAPI_ADMIN_MAPBOX_ACCESS_TOKEN=<token> -t play14-api .Pay attention to the . at the end of the line
podman run -p 1337:1337 -it --env-file=./.env --name play14-api play14-apiThis command uses the .env file content to provide environement variables to the container. This is mostly useful for database configuration. Alternatively, you can use the -e option.
For more information, refer to the podman run documentation
Use Strapi Provider Upload Azure Storage
- react-router-dom
- strapi-blurhash
- styled-components