Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 288 Bytes

File metadata and controls

23 lines (15 loc) · 288 Bytes

slash-tmp.dev

Source code of https://slash-tmp.dev website.

Development

Install dependencies:

yarn install

Run local server on localhost:3000:

yarn dev

Build production website in /dist:

yarn generate