Bumping all headings one level because we can now

This commit is contained in:
Kristofer Selbekk
2018-10-07 20:51:30 +02:00
parent 0f5bb0d937
commit 7aaa463547
19 changed files with 100 additions and 102 deletions

View File

@@ -6,7 +6,7 @@ sidebar_label: Available scripts
In the project directory, you can run:
### `npm start`
## `npm start`
Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
@@ -14,12 +14,12 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br>
You will also see any lint errors in the console.
### `npm test`
## `npm test`
Launches the test runner in the interactive watch mode.<br>
See the section about [running tests](/docs/running-tests) for more information.
### `npm run build`
## `npm run build`
Builds the app for production to the `build` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -29,7 +29,7 @@ Your app is ready to be deployed!
See the section about [deployment](/docs/deployment) for more information.
### `npm run eject`
## `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you cant go back!**