https://github.com/dmoosocool/picsea
https://github.com/dmoosocool/picsea
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmoosocool/picsea
- Owner: dmoosocool
- Created: 2018-05-16T12:29:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T16:13:08.000Z (about 8 years ago)
- Last Synced: 2025-03-14T21:15:12.229Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# picsea
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
### Deploy
```bash
$ npm start
$ npm stop
```
### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.
[egg]: https://eggjs.org