Added docs

This commit is contained in:
Bilawal Hameed
2020-02-07 11:46:07 +01:00
parent d8f28dc94e
commit cd9ae76700
+8
View File
@@ -8,6 +8,14 @@ Backstage is an open platform for building developer portals.
## Getting started
### Secrets
To setup secrets, copy the `secrets.env.example` to `secrets.env` as such:
```bash
$ cp secrets.env.example secrets.env
```
### Protobuf Definitions
To generate the Protobuf definitions in Go and TypeScript, run the following command from the root with [Prototool](https://github.com/uber/prototool):