Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 268 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 268 Bytes

ITeapot.pl Website

Getting started

To start developing, run the following commands:

npm install
npm run dev

Building for production

To build the application for production, run the following commands:

npm run build
npm run preview