Readme and submodule tweaks #22

Merged
Irev-Dev merged 1 commits from readme-n-submodle-tweaks into main 2020-10-20 11:10:38 +02:00
2 changed files with 5 additions and 1 deletions

View File

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