update README

This commit is contained in:
adueck 2024-08-14 16:01:53 -04:00
parent 41e22ceef5
commit 45ba4a23d0
1 changed files with 2 additions and 8 deletions

View File

@ -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