Overview
This article provides instructions for installing a theme called strapi-dockerizenextjs-strapi-boilerplate. It covers the prerequisites, installation process, and the features included in the theme.
Features
- Docker and docker-compose installation
- Cloning the repository
- Setting up strapi configuration
- Defining the admin JWT token
- Developing and building the apps and packages
- Additional tools such as TypeScript, ESLint, Jest, and Prettier
- Remote Caching (Beta) for sharing build caches
Installation
To install the theme, follow these steps:
- Make sure you have Docker and docker-compose installed on your machine.
- Clone the repository.
- Change to the directory of the cloned repository.
- Set up the strapi configuration by creating a .env file based on the .env.example file.
- Define the admin JWT token in the .env file.
- Generate a secure token and add it to the env variables.
- To develop all apps and packages, run the command
yarn devin the project root. - To build all apps and packages, run the commands
yarn buildandyarn start. - Optionally, enable Remote Caching (Beta) by following the provided steps.
Summary
This article provides instructions for installing the strapi-dockerizenextjs-strapi-boilerplate theme. It covers the prerequisites, installation process, and additional tools included in the theme. The article also explains the concept of Remote Caching (Beta) for sharing build caches.