From f5eb982aedb45c1f16c1a8157feeda720309eda1 Mon Sep 17 00:00:00 2001 From: Freddie Wang Date: Thu, 10 Dec 2020 16:23:00 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f95818..8c17513 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,5 @@ I'll do my best to merge PR, but please make sure you are submitting code target ## How do I make plugins? Checkout our [Documentation](https://asphyxia-core.github.io/typedoc/) and maybe consider join our [Discord](https://discord.gg/3TW3BDm) server. Make sure to familiar yourself with at least XML and Typescript/Javascript. + +Note that you should run `npm install` to install typing for node and lodash, and launch CORE using `--dev` arguments to enable console log and typechecking when using typescript.