Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 508 Bytes

autumn's page

the repo for my personal site

build

$ npm install

$ npm run start   # dev server
$ npm run build   # build for production
$ npm run format  # run prettier
$ npm run analyze # output bundle size info

license

NPLv4+; see LICENSE

thanks 2 clenemt's template for the base for the repo