mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
chore: prettier
This commit is contained in:
parent
ccf89d8480
commit
70fa51d4a1
67 changed files with 1811 additions and 1838 deletions
58
README.md
58
README.md
|
@ -1,29 +1,29 @@
|
|||
# Roleypoly
|
||||
|
||||
https://roleypoly.com
|
||||
|
||||
Tame your Discord roles.
|
||||
|
||||
### Need Help with Roleypoly?
|
||||
|
||||
📚 [Please read through our community documentation.](https://github.com/roleypoly/community-docs)
|
||||
😕 [Still confused? Talk to us on Discord!](https://discord.gg/PWQUVsd)
|
||||
|
||||
## Developing
|
||||
|
||||
Roleypoly is a distributed system built with Go, React, Terraform, and Bazel.
|
||||
|
||||
This repo is currently being re-architected into a monorepo, so most processes might not be documented.
|
||||
|
||||
### Quickstart
|
||||
|
||||
This repo can be quickly setup with [VSCode Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) or [GitHub Codespaces](https://github.com/codespaces). This will setup a fully featured Docker container for developing VSCode, including extensions.
|
||||
|
||||
If you'd like to not use either of those, it can be imported into your Docker host with `bazel run //src/dev-container`, or pulled from either `roleypoly/dev-container:main` or `docker.pkg.github.com/roleypoly/roleypoly/dev-container:main`. This use case is not actively investigated, but with tinkering, will work. Feel free to document this process and open a PR :)
|
||||
|
||||
### Things to Know
|
||||
|
||||
Bazel can make some tasks far harder normal. Ideally, these are automated over.
|
||||
|
||||
- **Updating `go.mod`?**
|
||||
- Run `hack/gazelle.sh` to regenerate `deps.bzl`.
|
||||
# Roleypoly
|
||||
|
||||
https://roleypoly.com
|
||||
|
||||
Tame your Discord roles.
|
||||
|
||||
### Need Help with Roleypoly?
|
||||
|
||||
📚 [Please read through our community documentation.](https://github.com/roleypoly/community-docs)
|
||||
😕 [Still confused? Talk to us on Discord!](https://discord.gg/PWQUVsd)
|
||||
|
||||
## Developing
|
||||
|
||||
Roleypoly is a distributed system built with Go, React, Terraform, and Bazel.
|
||||
|
||||
This repo is currently being re-architected into a monorepo, so most processes might not be documented.
|
||||
|
||||
### Quickstart
|
||||
|
||||
This repo can be quickly setup with [VSCode Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) or [GitHub Codespaces](https://github.com/codespaces). This will setup a fully featured Docker container for developing VSCode, including extensions.
|
||||
|
||||
If you'd like to not use either of those, it can be imported into your Docker host with `bazel run //src/dev-container`, or pulled from either `roleypoly/dev-container:main` or `docker.pkg.github.com/roleypoly/roleypoly/dev-container:main`. This use case is not actively investigated, but with tinkering, will work. Feel free to document this process and open a PR :)
|
||||
|
||||
### Things to Know
|
||||
|
||||
Bazel can make some tasks far harder normal. Ideally, these are automated over.
|
||||
|
||||
- **Updating `go.mod`?**
|
||||
- Run `hack/gazelle.sh` to regenerate `deps.bzl`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue