Skip to content

muni-town/weird-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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