Skip to main content

Getting started

Cloning the template

You can clone this repo as regular git repo, or just use this template. But you can also use Next.js CLI:

yarn create next-app -e https://github.com/XenoPOMP/next-template .

Installing dependencies

# if you don`t use NVM, skip these commands
nvm install 20.11.1
nvm use 20.11.1

# Install deps (yarn is highly recommended)
yarn

Running dev server

yarn dev
tip

You will see your site at address: http://localhost:3000/