Skip to content
Snippets Groups Projects
Commit 51fdeaca authored by syuilo's avatar syuilo
Browse files

Better README

parent 1fb66884
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment