Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 584 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 584 Bytes

Client for new Tilos Radio website

The application based on Sapper.

First run

nvm use
npm i

Develop

npm run dev

You can access the application on the following URL localhost:3000

Test

npm run test

or

npm run dev
npm run cy:open

Useful links