From 3da058ab744e3c1f457f6ca5b3dc73b2c297373c Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 16 May 2020 07:21:56 +0200 Subject: [PATCH] update --- README.template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.template.md b/README.template.md index 1bbcbc0..bee2cba 100644 --- a/README.template.md +++ b/README.template.md @@ -54,3 +54,10 @@ Or import as an ES module: ``` +## Contribute + +```bash +npm install +npm run build +npm test +```