Roleypoly v3 (React + Remix + Cloudflare Workers)
Find a file
dependabot[bot] 101c476739
chore(deps-dev): bump typescript from 4.0.2 to 4.0.3 (#7)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 16:01:27 -04:00
.devcontainer ci: move dev-container to only as-needed 2020-09-27 01:07:33 -04:00
.github chore(deps): bump actions/cache from v1 to v2.1.1 (#6) 2020-10-07 12:58:53 -04:00
.vscode feat: add discord-bot service 2020-09-22 21:21:11 -04:00
hack chore: re-run gazelle after gazelle update-repos 2020-10-06 13:29:07 -04:00
src chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
.gitignore chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
.prettierrc re-init because of weird subtree shit 2020-09-15 22:25:26 -04:00
BUILD.bazel chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
go.mod chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
go.sum chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
go_dependencies.bzl chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
LICENSE re-init because of weird subtree shit 2020-09-15 22:25:26 -04:00
package.json chore(deps-dev): bump typescript from 4.0.2 to 4.0.3 (#7) 2020-10-07 16:01:27 -04:00
README.md docs: update README.md 2020-09-23 21:14:26 -04:00
tsconfig.json chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
WORKSPACE chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
yarn.lock chore(deps-dev): bump typescript from 4.0.2 to 4.0.3 (#7) 2020-10-07 16:01:27 -04:00

Roleypoly

https://roleypoly.com

Tame your Discord roles.

Need Help with Roleypoly?

📚 Please read through our community documentation. 😕 Still confused? Talk to us on Discord!

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 or GitHub Codespaces. This will setup a fully featured Docker container for developing VSCode, including extensions.

If you'd like to not use either of those, a docker image can be built from .devcontainers/Dockerfile, or used normally via docker.pkg.github.com/roleypoly/roleypoly/dev-container. 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.