Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 527 Bytes

Computer Science Reading Whitelist

Read here:
yialo.github.io/cs-reading-whitelist

Install project dependencies

npm install

Compile and run live-update for development

npm run dev

Compile with minification in production-like environment

npm run prod

Lint scripts with ESLint

npm run lint:scripts

Lint styles with Stylelint

npm run lint:styles

Lint styles & scripts

npm run lint

Compile for deploy

npm run build