summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-05-28 22:55:06 +0000
committergumi <git@gumi.ca>2020-05-28 22:55:06 +0000
commit378c608539d542df27c5fea00ea9b633f202ea7a (patch)
tree7e85f292caf0acdcc2caf6eafae13e5a9ae59fff /README.md
downloadpolicies-378c608539d542df27c5fea00ea9b633f202ea7a.tar.gz
policies-378c608539d542df27c5fea00ea9b633f202ea7a.tar.bz2
policies-378c608539d542df27c5fea00ea9b633f202ea7a.tar.xz
policies-378c608539d542df27c5fea00ea9b633f202ea7a.zip
first draft
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c864528
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# The Mana World Policies
+Contains the legal documents and policies observed by The Mana World.
+
+## Dependencies
+- [Deno](https://deno.land) 1.x (can be installed with `make deno`)
+
+## Generating the static site
+```sh
+make build
+```