summary refs log tree commit diff
path: root/cdn/CONTRIBUTE.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 +```