Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 371 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 371 Bytes

2yc.tw

Dev

Setup

npm ci

Create github access token for reading pubilc repo and create file .github_access_token in app folder

module.exports = 'ACCESS_TOKEN'

Run dev server

npm run dev

Build

npm run build

Lighthouse

npm run lhci:dev

Deploy to gh-pages (master branch)

npm run deploy