summary refs log tree commit diff
path: root/cdn/CONTRIBUTE.md
diff options
context:
space:
mode:
authorxnacly <matteogropp@protonmail.com>2021-08-18 13:57:23 +0200
committerxnacly <matteogropp@protonmail.com>2021-08-18 13:57:23 +0200
commitcebc19bee289470ca8d3d68387c648bf48a3b055 (patch)
tree60c9f7b6d8400366accc3cadc0ce2d736874caae /cdn/CONTRIBUTE.md
parent:bug: fix #267 (diff)
downloadserver-cebc19bee289470ca8d3d68387c648bf48a3b055.tar.xz
added unittest setup + ping route test
Diffstat (limited to 'cdn/CONTRIBUTE.md')
-rw-r--r--cdn/CONTRIBUTE.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/cdn/CONTRIBUTE.md b/cdn/CONTRIBUTE.md
new file mode 100644

index 00000000..ceca896c --- /dev/null +++ b/cdn/CONTRIBUTE.md
@@ -0,0 +1,14 @@ +# CONTRIBUTE + +### Setup: + +``` +npm i +npm start +``` + +### Run tests: + +``` +npm test +```