summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-11-19 14:57:07 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-11-19 14:57:07 +0900
commit1cf5198372ea30d0921f0ac5e303aa088ea37fa9 (patch)
treebe7df7d4d5c5e26946d631049552ade15c3a4141 /CONTRIBUTING.md
parentimplement dev command (diff)
downloadsharkey-1cf5198372ea30d0921f0ac5e303aa088ea37fa9.tar.gz
sharkey-1cf5198372ea30d0921f0ac5e303aa088ea37fa9.tar.bz2
sharkey-1cf5198372ea30d0921f0ac5e303aa088ea37fa9.zip
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 11b7329539..d9a9e725f7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,6 +49,11 @@ If your language is not listed in Crowdin, please open an issue.
![Crowdin](https://d322cqt584bo4o.cloudfront.net/misskey/localized.svg)
+## Development
+During development, it is useful to use the `npm run dev` command.
+This command monitors the server-side and client-side source files and automatically builds them if they are modified.
+In addition, it will also automatically start the Misskey server process.
+
## Testing
- Test codes are located in [`/test`](/test).