Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ node --version
- v20.14.0
- $ npm --version
- 10.7.0
- $ npx create-strapi-app@latest --typescript --quickstart backoffice_daniele
- Creating a quickstart project.
- Creating a new Strapi application at /var/www/nextjs-course/blog/backoffice_daniele.
- Creating files.
- Dependencies installed successfully.
- Initialized a git repository.
- Your application was created at /var/www/nextjs-course/blog/backoffice_daniele.
- Available commands in your project:
- npm run develop
- Start Strapi in watch mode. (Changes in Strapi project files will trigger a server restart)
- npm run start
- Start Strapi without watch mode.
- npm run build
- Build Strapi admin panel.
- npm run strapi
- Display all available commands.
- You can start by doing:
- cd /var/www/nextjs-course/blog/backoffice_daniele
- npm run develop
- Running your Strapi application.
- > [email protected] develop
- > strapi develop
- ⠋ Building build context
- ⠙ Building build context[INFO] Including the following ENV variables as part of the JS bundle:
- - ADMIN_PATH
- - STRAPI_ADMIN_BACKEND_URL
- - STRAPI_TELEMETRY_DISABLED
- ✔ Building build context (325ms)
- ✔ Creating admin (27850ms)
Add Comment
Please, Sign In to add comment