https://github.com/yowainwright/developer-ci-benefits-site
Slides and webpage for developer ci benefits talk
https://github.com/yowainwright/developer-ci-benefits-site
Last synced: 3 days ago
JSON representation
Slides and webpage for developer ci benefits talk
- Host: GitHub
- URL: https://github.com/yowainwright/developer-ci-benefits-site
- Owner: yowainwright
- License: mit
- Created: 2018-07-08T07:33:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T22:25:40.000Z (about 6 years ago)
- Last Synced: 2025-02-21T14:31:37.513Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 552 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# developer-ci-benefits-site
Slides and webpage for developer ci benefits talk
## Commands
Command | Description |
-----------------------|--------------------------------------------------|
`$ npm start` | Start the development server
`$ npm test` | Lint, validate deps & run tests
`$ npm run build` | Compile all files into `dist/`
`$ npm run create` | Generate a scaffold file
`$ npm run inspect` | Inspect the bundle's dependencies