不是有个readme文件的吗...用记事本打开,得到以下提示:
1. Get and install [nodejs](
http://nodejs.org)
2. Download the files from this repository
3. Use `npm install` to get the dependencies
4. Optional: Run the tests with `npm test`
5. Run the build process with `npm run build`
6. Optional: Copy `public/`, `lib/` and `package.json` to your server machine and run `npm install --production` there
7. Start the server with `npm start`
If you don't need your own server, you can just use my instance at [
http://mc-map.djfun.de](
http://mc-map.djfun.de).
License
-------
mc-map-item-tool is licensed under the MIT license.
Tests
-----
Run client and server tests with
npm test