Roleypoly v3 (React + Remix + Cloudflare Workers)
Find a file
2020-10-09 15:26:18 -04:00
.devcontainer chore: update dev-container doc 2020-10-07 18:41:36 -04:00
.github temp tf 2020-10-09 10:55:02 -04:00
.storybook feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -04:00
.vscode feat: add discord-bot service 2020-09-22 21:21:11 -04:00
hack feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -04:00
src feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -04:00
terraform temp tf 2020-10-09 10:54:55 -04:00
.gitignore feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -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(deps): upgrade oauth2 2020-10-07 19:46:04 -04:00
go.sum chore(deps): upgrade oauth2 2020-10-07 19:46:04 -04:00
go_dependencies.bzl chore(deps): upgrade oauth2 2020-10-07 19:46:04 -04:00
LICENSE re-init because of weird subtree shit 2020-09-15 22:25:26 -04:00
package.json ci: add storybook vercel deploy 2020-10-09 15:21:16 -04:00
README.md chore: update dev-container doc 2020-10-07 18:41:36 -04:00
tsconfig.json feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -04:00
tslint.json feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -04:00
vercel.json ci: add storybook vercel deploy 2020-10-09 15:21:16 -04:00
WORKSPACE feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -04:00
yarn.lock feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -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, 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.