No description
Find a file
2025-10-12 13:17:55 +11:00
.strapi/client Updated version to 4.21.0 2024-04-01 14:42:25 +11:00
.yarn/releases Updated version of Stapi 2022-12-22 15:08:10 +11:00
config Initial Integration of ActivityPub module 2024-12-29 13:03:32 +11:00
database/migrations Initial code 2022-06-12 15:43:38 +10:00
public Initial code 2022-06-12 15:43:38 +10:00
src Initial Integration of ActivityPub module 2024-12-29 13:03:32 +11:00
types/generated Initial Integration of ActivityPub module 2024-12-29 13:03:32 +11:00
.editorconfig Initial code 2022-06-12 15:43:38 +10:00
.env.example Test 2025-10-12 13:17:55 +11:00
.eslintignore Initial code 2022-06-12 15:43:38 +10:00
.eslintrc Initial code 2022-06-12 15:43:38 +10:00
.gitignore Initial code 2022-06-12 15:43:38 +10:00
.yarnrc.yml Updated version of Stapi 2022-12-22 15:08:10 +11:00
favicon.ico Initial code 2022-06-12 15:43:38 +10:00
package-lock.json Initial Integration of ActivityPub module 2024-12-29 13:03:32 +11:00
package.json Initial Integration of ActivityPub module 2024-12-29 13:03:32 +11:00
README.md Initial code 2022-06-12 15:43:38 +10:00
yarn.lock Initial Integration of ActivityPub module 2024-12-29 13:03:32 +11:00

🚀 Getting started with Strapi

Strapi comes with a full featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds.

develop

Start your Strapi application with autoReload enabled. Learn more

npm run develop
# or
yarn develop

start

Start your Strapi application with autoReload disabled. Learn more

npm run start
# or
yarn start

build

Build your admin panel. Learn more

npm run build
# or
yarn build

⚙️ Deployment

Strapi gives you many possible deployment options for your project. Find the one that suits you on the deployment section of the documentation.

📚 Learn more

  • Resource center - Strapi resource center.
  • Strapi documentation - Official Strapi documentation.
  • Strapi tutorials - List of tutorials made by the core team and the community.
  • Strapi blog - Official Strapi blog containing articles made by the Strapi team and the community.
  • Changelog - Find out about the Strapi product updates, new features and general improvements.

Feel free to check out the Strapi GitHub repository. Your feedback and contributions are welcome!

Community

  • Discord - Come chat with the Strapi community including the core team.
  • Forum - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.
  • Awesome Strapi - A curated list of awesome things related to Strapi.

🤫 Psst! Strapi is hiring.