Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 317 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 317 Bytes

The website for weird.

install

npm i

All the pages are located under /routes.

dev with live reload

npm run dev

build

npm run build

The will build static HTML pages and put them in the /build directory.

After the build is done, you can preview it with

npm run preview