Ideas for living according to the seasons in the Pacific Northwest
- Install Node :)
- Clone the repo
- Run
npm install
- Run
npm run serve
- Visit
localhost:8080
Command | Purpose |
---|---|
npm run start | Serve project + watch Sass |
npm run build | Build project |
npm run checks | Validate HTML & lint JS |
npm run lint | Run eslint |
npm run lint:fix | Run eslint and fix issues |
npm run validate | Run html-validate |