File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
sample-apps/robinhood-for-reddit Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,14 @@ This small tutorial will teach you how to do the following things
1111![ how-reddit-and-elon-used-robinhood-to-take-over-the-financial-world.png] ( https://s3.us-west-2.amazonaws.com/robinhood-for-reddit/how-reddit-and-elon-used-robinhood-to-take-over-the-financial-world.png )
1212
1313
14- - LINK TO [ Blog Post]
15- - LINK TO Related Documents
14+ ## Setup
15+ - download code
16+ - yarn install
17+
18+ ## Run Tests
19+ - yarn test
20+
21+ ## Deploy
22+ - yarn deploy
1623
1724Don't forget to Star this repo so you will be notified of other interesting Serverless and Container based cloud examples.
Original file line number Diff line number Diff line change 11{
22 "scripts" : {
3+ "deploy" : " sls deploy" ,
34 "test" : " mocha -r ts-node/register/transpile-only tests/setup.ts \" tests/handlers/**/*.test.ts\" --timeout 30000 --exit"
45 },
56 "dependencies" : {
You can’t perform that action at this time.
0 commit comments