update README
This commit is contained in:
parent
41e22ceef5
commit
45ba4a23d0
10
README.md
10
README.md
|
@ -26,17 +26,15 @@ To update the `@lingdocs/pashto-inflector` dependency accross the project you ca
|
||||||
|
|
||||||
SPA Dictionary Frontend
|
SPA Dictionary Frontend
|
||||||
|
|
||||||
Use [Yarn](https://yarnpkg.com/).
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd website
|
cd website
|
||||||
yarn install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Development
|
#### Development
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn start
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Account
|
### Account
|
||||||
|
@ -45,8 +43,6 @@ Backend authentication server build on express / passport
|
||||||
|
|
||||||
#### Development
|
#### Development
|
||||||
|
|
||||||
Use [npm](https://www.npmjs.com/).
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd account
|
cd account
|
||||||
npm install
|
npm install
|
||||||
|
@ -57,8 +53,6 @@ npm run dev
|
||||||
|
|
||||||
Backend Firebase functions
|
Backend Firebase functions
|
||||||
|
|
||||||
Use [npm](https://www.npmjs.com/).
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd functions
|
cd functions
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in New Issue