Update README.md
This commit is contained in:
parent
b1d9a0a41a
commit
e3335bdd2b
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -14,19 +14,19 @@ These instructions will get you a copy of the project up and running on your loc
|
||||||
Clone the repository:
|
Clone the repository:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone git@github.com:mirumee/saleor-dashboard.git
|
$ git clone git@github.com:mirumee/saleor-dashboard.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Enter the project directory:
|
Enter the project directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd saleor-dashboard
|
$ cd saleor-dashboard
|
||||||
```
|
```
|
||||||
|
|
||||||
Install NPM dependencies:
|
Install NPM dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm i
|
$ npm i
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
@ -45,7 +45,7 @@ There are two environment variables available for configuration:
|
||||||
To start the development server run:
|
To start the development server run:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm start
|
$ npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
### Production
|
### Production
|
||||||
|
@ -53,5 +53,5 @@ npm start
|
||||||
To build the application bundle run:
|
To build the application bundle run:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run build
|
$ npm run build
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue