I - Environment
This guide will show you how to setup your environment for working with website built using Strapi CMS and Next.JS front-end.
1. Node.JS
Development with Strapi CMS and Next.JS requires Node.JS version 18.x.x. We recommend using NVM.
How to use NVM
Install the required Node.JS version
nvm install 18Set the installed version as default
nvm alias default 18
Yarn
Additionally, we use Yarn as a package manager, please refer to the official website for installation.
2. PostgreSQL
You will also need a PostgreSQL running database.
Last modified: 14 novembre 2023