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
|
||||
|
||||
Use [Yarn](https://yarnpkg.com/).
|
||||
|
||||
```sh
|
||||
cd website
|
||||
yarn install
|
||||
npm install
|
||||
```
|
||||
|
||||
#### Development
|
||||
|
||||
```sh
|
||||
yarn start
|
||||
npm run dev
|
||||
```
|
||||
|
||||
### Account
|
||||
|
@ -45,8 +43,6 @@ Backend authentication server build on express / passport
|
|||
|
||||
#### Development
|
||||
|
||||
Use [npm](https://www.npmjs.com/).
|
||||
|
||||
```sh
|
||||
cd account
|
||||
npm install
|
||||
|
@ -57,8 +53,6 @@ npm run dev
|
|||
|
||||
Backend Firebase functions
|
||||
|
||||
Use [npm](https://www.npmjs.com/).
|
||||
|
||||
```sh
|
||||
cd functions
|
||||
npm install
|
||||
|
|
Loading…
Reference in New Issue