Docs: Clean up

This commit is contained in:
syuilo 2018-04-02 11:35:34 +09:00
parent 31156a8490
commit e9636b1b94
2 changed files with 0 additions and 14 deletions

View file

@ -66,10 +66,3 @@ Just `sudo npm start`. GLHF!
1. `git reset --hard && git pull origin master`
2. `npm install`
3. `npm run build`
### Testing
Run `npm test` after building
### Debugging :bug:
#### Show debug messages
Misskey uses [debug](https://github.com/visionmedia/debug) and the namespace is `misskey:*`.

View file

@ -67,10 +67,3 @@ web-push generate-vapid-keys
1. `git reset --hard && git pull origin master`
2. `npm install`
3. `npm run build`
### テスト
(ビルドされている状態で)`npm test`
### デバッグ :bug:
#### デバッグメッセージを表示するようにする
Misskeyは[debug](https://github.com/visionmedia/debug)モジュールを利用しており、ネームスペースは`misskey:*`となっています。