Skip to content

Commit e3fbc6e

Browse files
committed
add usage to readme
1 parent aa3412b commit e3fbc6e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ Accounts are set up using the wonderful `accounts.js` library.
2929

3030
I've included a number of animations using plain CSS and `react-spring`. If you're a react developer and want to animate your work learn `react-spring`. Thank me later. This project is using Plaid to access read info for users bank accounts.
3131

32+
## Usage
33+
34+
```sh
35+
# Run mongo
36+
sudo mognod
37+
38+
# In ./server
39+
yarn install
40+
yarn watch
41+
42+
# In ./client
43+
yarn install
44+
yarn start
45+
```
46+
3247
## License
3348

3449
[MIT](LICENSE)

0 commit comments

Comments
 (0)