aboutsummaryrefslogtreecommitdiff
path: root/src/introduction/development.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/introduction/development.md')
-rw-r--r--src/introduction/development.md14
1 files changed, 14 insertions, 0 deletions
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`.