Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 334 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 334 Bytes

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

(might need to npm install next)

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

This is the Frontend side of the task, used mostly for debugging and seeing the results