This article is a product analysis of the example project for building a Sapper/Strapi website. The project consists of two main components: SvelteKit (soon to be renamed to Sapper) and Strapi. The SvelteKit part of the project is currently not runnable, but the author states that they are working on it. The article provides instructions on setting up the project and configuring Strapi before the Sapper application can display any content.
To install the theme, follow these steps:
Use npm run setup in the project folder to create the Sapper .env file and create/update the Strapi .env file with the required JWT_SECRETs. Note that this command will not change any other values in your .env files. If you run this command on an existing Strapi instance, your backend and frontend Strapi users will need to sign in again.
Before setting up Strapi, run npm run setup to create a suitable .env file.
Configure your Strapi installation by following these steps:
The Sapper application will now show a navigation menu and a blank page, ready for your project.
This product analysis discusses an example project for building a Sapper/Strapi website. It highlights the main features of the project, including the use of Sapper (soon to be renamed SvelteKit) and Strapi, as well as the installation process and steps for configuring Strapi before the Sapper application can display content. The analysis provides a concise overview of the article and the key information it conveys.