Docs
Installation
Installation
How to install the project.
Create project
Start by creating a new Next.js project using create-next-app
:
Install dependencies
Enter in the folder and install dependencies for your project:
Create a .env
file
Copy/paste the .env.example
in the .env
file:
Configuration part
Let's check the configuration part for update all environment variables before use pnpm run dev
.