Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 572 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 572 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

pre-requisites: nodejs >= 18.0.0

If you want to use oauth you need the app to be runnig on https (optional)

npx local-ssl-proxy --source 3000 --target 3001

Next you need to install the dependencies

npm install

Then you need to create a .env file

cp .env.example .env

Then you can run the development server

npm run dev