Open source publishing platform, built with Next.js and Strapi CMS backend. Uses Tiptap / Prose-mirror editor.
The Prototypr Front End Application is a website built using Next.js’s Static Generation feature and Strapi as the data source. This application serves as an example of how to create a front end using Next.js and connect it to a headless CMS backend. Users can learn more about the creation process of the app via the provided link. The app can be run locally with a local instance of the Strapi CMS backend or by connecting to the development version hosted in the cloud.
To run the Prototypr Front End Application locally, follow these steps:
npm install to install the necessary dependencies..env.local file and adding the required variables.npm run dev to start the local development server.To set up the required environmental variables, include the following in the .env.local file:
// Add environmental variables here
The Prototypr Front End Application is a showcase of using Next.js’s Static Generation feature with Strapi as the data source. It provides a guide on how to set up and run the app locally, as well as connect to a hosted version of the Strapi CMS backend. With its compatibility with node v14.17.4 and easy installation process, the app serves as a useful resource for developers looking to build front end applications with Next.js and Strapi.