forked from FoundKeyGang/FoundKey
Docs: Clean up
This commit is contained in:
parent
31156a8490
commit
e9636b1b94
2 changed files with 0 additions and 14 deletions
|
@ -66,10 +66,3 @@ Just `sudo npm start`. GLHF!
|
||||||
1. `git reset --hard && git pull origin master`
|
1. `git reset --hard && git pull origin master`
|
||||||
2. `npm install`
|
2. `npm install`
|
||||||
3. `npm run build`
|
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:*`.
|
|
||||||
|
|
|
@ -67,10 +67,3 @@ web-push generate-vapid-keys
|
||||||
1. `git reset --hard && git pull origin master`
|
1. `git reset --hard && git pull origin master`
|
||||||
2. `npm install`
|
2. `npm install`
|
||||||
3. `npm run build`
|
3. `npm run build`
|
||||||
|
|
||||||
### テスト
|
|
||||||
(ビルドされている状態で)`npm test`
|
|
||||||
|
|
||||||
### デバッグ :bug:
|
|
||||||
#### デバッグメッセージを表示するようにする
|
|
||||||
Misskeyは[debug](https://github.com/visionmedia/debug)モジュールを利用しており、ネームスペースは`misskey:*`となっています。
|
|
||||||
|
|
Loading…
Reference in a new issue