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