This project was abandoned after evaluating its costs and benefits.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
非常歡迎大家自幹功能。
- 請遵守 Standard JS 的規範,不然你的 Pull Request 不會被通過。
- 開分支的時候也務必注意分支名稱,如 Feature 請用
feature/your-idea
這種分類明確且看得懂(Human-readable)的命名方式。