mirror of https://github.com/docker/docs.git
Adding development steps
This commit is contained in:
parent
2ee03ed440
commit
f7f4fa8c5b
|
@ -6,12 +6,30 @@ Before you fil an issue or a pull request, quickly read of the following tips on
|
|||
|
||||
## Table of Contents
|
||||
|
||||
- [Development](#development)
|
||||
- [GitHub Issues](#github-issues)
|
||||
- [Pull Requests](#submitting-pull-requests)
|
||||
- [Pull Requests](#pull-requests)
|
||||
- [Code Guidelines](#code-guidelines)
|
||||
- [Testing](#testing)
|
||||
- [License](#license)
|
||||
|
||||
### Development
|
||||
|
||||
- `npm install`
|
||||
|
||||
To run the app in development:
|
||||
|
||||
- `npm start`
|
||||
|
||||
### Building & Release
|
||||
|
||||
- `npm run release`
|
||||
|
||||
### Unit Tests
|
||||
|
||||
- `npm test`
|
||||
|
||||
|
||||
## GitHub Issues
|
||||
|
||||
Please try and label any issue as:
|
||||
|
|
Loading…
Reference in New Issue