diff options
author | xnacly <matteogropp@gmail.com> | 2020-12-31 13:57:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 13:57:48 +0100 |
commit | 2e4e7b826d3a5b2eeaa7e12c188dbf2393221093 (patch) | |
tree | f89a397c84419508997444450564b4f756b268df | |
parent | Update README.md (diff) | |
download | server-2e4e7b826d3a5b2eeaa7e12c188dbf2393221093.tar.xz |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 9747e175..d34bd264 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Discord-CDN cdn for discord clone +## Run localy: +``` +npm i +node dist/ +``` + ## Endpoints: ### POST `/attachments/<filename>` ``` |