Open up your terminal/command line and navigate to the root backend folder, strapi-api.
cd /path/to/strapi-api
Install the necessary dependencies for the backend.
npm install
Now you have to build the admin UI.
npm run build
Last updated 4 years ago