Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmsk/text.hmsk.me
A blog system with Elm, siteelm, and Netlify CMS
https://github.com/hmsk/text.hmsk.me
elm
Last synced: 3 days ago
JSON representation
A blog system with Elm, siteelm, and Netlify CMS
- Host: GitHub
- URL: https://github.com/hmsk/text.hmsk.me
- Owner: hmsk
- License: mit
- Created: 2018-11-17T05:16:22.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T08:25:47.000Z (about 1 year ago)
- Last Synced: 2024-12-16T15:15:24.474Z (8 days ago)
- Topics: elm
- Language: Elm
- Homepage: https://text.hmsk.me
- Size: 8.69 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Japonica
[![Netlify Status](https://api.netlify.com/api/v1/badges/e3556637-32c5-438c-b5ff-2b361ac3ebdc/deploy-status)](https://app.netlify.com/sites/japonica/deploys)
A blog system with Elm, siteelm, and Netlify CMS.
## Setup
```
npm i
```## Run dev server
```
npm run dev
```## Production build
```
npm run build
```Then, see `/dist`.