Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 151 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 151 Bytes

Polistat 2022 Website

Get started with development:

npm i
npm run dev

Deploy:

npm ci
npm run build
npm run start