aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-12-25 00:44:51 -0600
committermat <github@matdoes.dev>2022-12-25 00:44:51 -0600
commit58fc378174faf11391885281759caa39d9b324cc (patch)
tree239317f402ddfe663d2f173ea9baa54110a24e3b /README.md
parent30299473e6b14fc3bd8254e2a71043a9151073a5 (diff)
downloadskyblock-api-58fc378174faf11391885281759caa39d9b324cc.tar.gz
skyblock-api-58fc378174faf11391885281759caa39d9b324cc.tar.bz2
skyblock-api-58fc378174faf11391885281759caa39d9b324cc.zip
fix lastsave
hypixel moved it a while ago and i hadn't bothered fixing it
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb5aec8..55477f9 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ 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`.
+It'll be running at [http://localhost:8080](http://localhost:8080)
## Terminology