Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 329 Bytes

Getting Started

Setup the environment:

Copy the .env.tmp file to .env.development.local and fill in the values.

Then, run the development server:

nvm use 20 # if not using nvm, use node 20+
npm install 
npm run dev

Open http://localhost:3000 with your browser to see the result.