API creation made simple, secure and fast. The most advanced open-source Content Management Framework to build powerful API.
- npm
npm install npm@latest -g
- Clone the repo
git clone git@github.com:happy-game/back.git
- Install NPM packages
npm install
Start a Strapi application with autoReload enabled.
Strapi modifies/creates files at runtime and needs to restart when new files are created. To achieve this, strapi develop adds a file watcher and restarts the application when necessary.
Start a Strapi application with autoReload disabled.
This commands is there to run a Strapi application without restarts and file writes (aimed at production usage). Certain features are disabled in the strapi start mode because they require application restarts.
Builds the administration panel and minimizing the assets
