https://github.com/pandada8/pancake
A Simple Blog
https://github.com/pandada8/pancake
Last synced: 2 months ago
JSON representation
A Simple Blog
- Host: GitHub
- URL: https://github.com/pandada8/pancake
- Owner: pandada8
- Created: 2015-08-11T10:47:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T15:53:43.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T18:38:35.109Z (4 months ago)
- Language: JavaScript
- Size: 2.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pancake
A Simple blog used in http://blog.pandada8.me
the blog is built with `webpack`, `vue.js`, `koa.js` and use `postgresql` as data storage
# depoly
## using docker
> TODO
## normal way
1. clone the repo
2. install the dependency via `npm install`
3. init by `npm run init`
4. run the server by `npm run`
# Screenshot