Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 170 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 170 Bytes

Install dependencies

yarn

Run the development server on http://localhost:3000

yarn dev

Build static files on /out folder

yarn build