Skip to content

Commit

Permalink
add usage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TrillCyborg committed Jun 9, 2019
1 parent aa3412b commit e3fbc6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ Accounts are set up using the wonderful `accounts.js` library.

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.

## Usage

```sh
# Run mongo
sudo mognod

# In ./server
yarn install
yarn watch

# In ./client
yarn install
yarn start
```

## License

[MIT](LICENSE)

0 comments on commit e3fbc6e

Please sign in to comment.