Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knovour/food
當季蔬果一覽。
https://github.com/knovour/food
elm food
Last synced: 9 days ago
JSON representation
當季蔬果一覽。
- Host: GitHub
- URL: https://github.com/knovour/food
- Owner: Knovour
- Created: 2016-09-28T16:05:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:18:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T13:15:42.890Z (9 months ago)
- Topics: elm, food
- Language: Elm
- Homepage: https://www.harvest.moe
- Size: 1.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 當季蔬果一覽
**這是個自學 [Elm](http://elm-lang.org/) 的產物,功能未來會再慢慢增加。**
- [Website](https://www.harvest.moe)
- 資料來源:[行政院農委會 - 田邊好幫手](http://life.coa.gov.tw/Life/AgriculturalProducts/SeasonProductList.aspx?selectMonth=1&__M=True)(若有相同作物資料,以產季月份最多為主)。
- 專案修改自:[Elm Webpack Starter](https://github.com/moarwick/elm-webpack-starter)
- 架構參考:[Structured TodoMVC example with Elm](https://medium.com/@_rchaves_/structured-todomvc-example-with-elm-a68d87cd38da#.pjdeirpjy)
- UI 參考:[Google Fonts](https://fonts.google.com/)## 前置作業
### 安裝 Elm
安裝 `elm-platform` 或是 `npm i elm -g`
### 安裝 modules
```bash
cd [專案位置]
elm package install
yarn
```## 啟動
### Development(7999 port)
```
yarn start
```### Production
```
yarn run build
```## License
MIT