Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 276 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 276 Bytes

portfolio

Build Setup

# install dependencies
$ yarn install
$ npm install

# serve with hot reload at localhost:3000
$ yarn dev
$ npm run dev

# build for production
$ yarn build
$ npm run build

# generate static project
$ yarn generate
$ npm run generate