From 723c79d1c8e1dae454c8c1a0fadf43ec42783269 Mon Sep 17 00:00:00 2001 From: James Chang Date: Tue, 23 Feb 2021 17:43:45 -0500 Subject: [PATCH] Initial commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f49155 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# CubePB + +CubePB is a website for storing and showcasing your personal bests in cubing-related events. + +## Contributing + +- The project is actively being developed and we welcome any contributions! Please join the [cubing slack](https://join.slack.com/t/cubing-org/shared_invite/zt-8ok0y7cl-CffvDqFxnp9LheabPzmfgw) if you'd like to help out, and we can find something for you to work on. + +## License + +This project is licensed under the GPL license (version 3 or later). This means that the code is **free to use**, although you **must publish any code that uses it** (e.g. also put it on GitHub). See [the full license](./LICENSE.md) for exact details. + +We've selected this license in order to encourage the cubing community to work on software in a way so that everyone can contribute and extend each other's work.