aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-05-30 04:42:17 +0000
committerGitHub <noreply@github.com>2022-05-29 23:42:17 -0500
commit5777b24bbf1ccad2b4c897d8c3960b892405b7c0 (patch)
treea7f6e6ff7b0ece158378bc6c9b331fa8109d1d5d /README.md
parent445d2929970e583cd1b7331d6a86015b0cf25777 (diff)
downloadskyblock-api-5777b24bbf1ccad2b4c897d8c3960b892405b7c0.tar.gz
skyblock-api-5777b24bbf1ccad2b4c897d8c3960b892405b7c0.tar.bz2
skyblock-api-5777b24bbf1ccad2b4c897d8c3960b892405b7c0.zip
Experimentation table (#220)
* Create experimentation.ts * Experimentation implementation * Fix tests
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
index 950a3c3..fb5aec8 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,13 @@ If you (this is really just here for myself so I don't forget) are adding a new
First, install the dependencies with `npm i`.
Then to run it, do `tsc -w` in one terminal, `npx nodemon build` in another. This makes it automatically restart when you make a change.
If you don't like it auto restarting, then just do `node build` instead of `npx nodemon build`.
+
+
+## Terminology
+
+Here's some words frequently used in the codebase that might potentially get confused:
+
+- Profile: Sometimes known as a co-op, these contain one or more members.
+- Member: Someone who is in a profile.
+- Player: An individual account, it can be in multiple profiles and each instance of them in the profile is a different member.
+