/guestline

Primary LanguageTypeScript

Guestline challenge

Prerequisites

Node v18

Running the app

npm install
npm run dev

The console will show the URL to open, most likely http://localhost:5173/.

Running the tests

npm install
npm run test