This template is based on Next.js.
First, set the environment variables:
cp .env.example .env.localThen edit the values and set the required variables. Look at the .env.example file for more information.
Install the dependencies:
yarn installRun the development server:
yarn run devThe application will be available at http://localhost:3000