mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Move devdeps, update readme
This commit is contained in:
parent
e26cff3718
commit
2cfac092e2
@ -19,10 +19,9 @@ Please [visit the website](https://crafatar.com) for details.
|
||||
|
||||
## Install
|
||||
|
||||
* Clone the repository
|
||||
* Install [node-canvas](https://github.com/Automattic/node-canvas/wiki#desktop) dependencies.
|
||||
* Clone the repository.
|
||||
* `npm install`
|
||||
* `redis-server`
|
||||
* `cp "modules/config.example.js" "modules/config.js"`
|
||||
* Ensure a `redis-server` is running
|
||||
* `node server.js`
|
||||
* Access [http://localhost:3000](http://localhost:3000)
|
||||
* Access [http://localhost:3000](http://localhost:3000)
|
||||
|
||||
10
package.json
10
package.json
@ -26,15 +26,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "1.1.6",
|
||||
"coveralls": "^2.11.2",
|
||||
"istanbul": "^0.3.2",
|
||||
"jade": "~1.8.2",
|
||||
"lwip": "0.0.6",
|
||||
"mocha": "2.1.0",
|
||||
"mocha-lcov-reporter": "0.0.1",
|
||||
"redis": "0.12.1",
|
||||
"request": "2.51.0",
|
||||
"node-df": "0.1.1",
|
||||
"mime": "1.2.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
"istanbul": "^0.3.2",
|
||||
"mocha": "2.1.0",
|
||||
"mocha-lcov-reporter": "0.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user