From dcadd20d622a251554b74e58096e5704903715ef Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Tue, 20 Oct 2020 20:09:52 +1100 Subject: [PATCH] Readme and submodule tweaks --- README.md | 4 ++++ web/src/cascade | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f7838f..109f527 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ yarn rw dev ``` Your browser should open automatically to `http://localhost:8910` to see the web app. Lambda functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/.redwood/functions/*`. + +You may need to register a account depending on what issue you are trying to tackle, This can be done by clicking the login button on the top right. +(some routes are protected, but permissions is a big area that needs a lot of work in the near future, so it's in a very incomplete state atm) + ### Note: We're using [RedwoodJS](https://redwoodjs.com/), this is perhaps unwise since they haven't reached 1.0 yet, however with their aim to release 1.0 by the end of the year, it shouldn't be too difficult to port changes over the coming months. If you not familiar with Redwood, never fear the main bit of tech it uses is React, Graphql(apollo) and serverless/lamdas, depending on what part of the app you want to help with, so long as you know you way around these bits of tech you should be fine with some light referencing of the RedWood docs diff --git a/web/src/cascade b/web/src/cascade index e634591..62f9612 160000 --- a/web/src/cascade +++ b/web/src/cascade @@ -1 +1 @@ -Subproject commit e634591e27dd41fec1638b278be3c298c6ab4b5a +Subproject commit 62f961293d72558e59cdcbe0707ef15a06d30c12