diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2022-05-30 04:42:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 23:42:17 -0500 |
commit | 5777b24bbf1ccad2b4c897d8c3960b892405b7c0 (patch) | |
tree | a7f6e6ff7b0ece158378bc6c9b331fa8109d1d5d /README.md | |
parent | 445d2929970e583cd1b7331d6a86015b0cf25777 (diff) | |
download | skyblock-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.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. + |