diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-28 20:18:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-28 20:18:51 +0900 |
| commit | 51fdeaca83abc3f08b700c504cc901f2c57890f0 (patch) | |
| tree | 767c39b77f31c4c70bd539cc92359e5628306dd3 | |
| parent | Clean up (diff) | |
| download | misskey-51fdeaca83abc3f08b700c504cc901f2c57890f0.tar.gz misskey-51fdeaca83abc3f08b700c504cc901f2c57890f0.tar.bz2 misskey-51fdeaca83abc3f08b700c504cc901f2c57890f0.zip | |
Better README
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -80,14 +80,22 @@ If you want to run misskey in production mode, add `--env NODE_ENV=production` l Note that `$(pwd)` is the working directory. -Building +Install -------------------------------- -Run `npm run build` after `npm install`. GLHF! +Run `wget https://github.com/syuilo/misskey/archive/release.zip && unzip release.zip && cd misskey-release && mv * ../ && cd ../ && npm install` + +...or Build yourself +-------------------------------- +1. Clone this repository +2. `npm install` +3. `npm run build` Launch -------------------------------- `sudo npm start` +GLHF! + Testing -------------------------------- Run `npm test` after building |