aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-22 17:51:46 -0700
committerFuwn <[email protected]>2021-03-22 17:51:46 -0700
commit2dec288aa2bfefd83e5a2d3397913df414dec09b (patch)
tree03472b43dd8ef09978ab5a7858d68fefd69ec51c /src
parentetc: gammadocs information (diff)
downloadbook-2dec288aa2bfefd83e5a2d3397913df414dec09b.tar.xz
book-2dec288aa2bfefd83e5a2d3397913df414dec09b.zip
page: Brief development instructions
Diffstat (limited to 'src')
-rw-r--r--src/SUMMARY.md1
-rw-r--r--src/introduction/development.md14
2 files changed, 15 insertions, 0 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md
index 26f1759..cd8e43d 100644
--- a/src/SUMMARY.md
+++ b/src/SUMMARY.md
@@ -5,6 +5,7 @@
- [Resources](./introduction/resources.md)
- [Workflow](./introduction/workflow.md)
- [Contributing](./introduction/contributing.md)
+ - [Development](./introduction/development.md)
- [The GammaDocs](./gamma_docs/gamma_docs.md)
- [RoomServer]()
diff --git a/src/introduction/development.md b/src/introduction/development.md
new file mode 100644
index 0000000..720b99c
--- /dev/null
+++ b/src/introduction/development.md
@@ -0,0 +1,14 @@
+# Development
+
+## Prerequisites
+- [Rust](https://www.rust-lang.org/)
+- [Worlds](http://archive.worlds.com/download.html)
+- sqlx-cli
+
+## Installing sqlx-cli
+Once Rust is installed, run `cargo install sqlx-cli`.
+
+## Setting up database
+1. Navigate to the cloned instance of Whirl.
+2. Create database file; `sqlx database create`.
+3. Migrate database; `sqlx migrate run`.