Run the following command and follow the the steps to create a new Strapi application with CherAmi's template:
npx create-strapi@latest back --template cher-ami/template-strapi
Navigate into the directory and install all the dependencies:
cd back && npm install
Start the Strapi admin panel
npm run dev