Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argshook/argshook.github.io
blog
https://github.com/argshook/argshook.github.io
blog elm frontend vim
Last synced: about 16 hours ago
JSON representation
blog
- Host: GitHub
- URL: https://github.com/argshook/argshook.github.io
- Owner: argshook
- License: mit
- Created: 2014-07-16T08:09:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T22:46:27.000Z (over 7 years ago)
- Last Synced: 2024-04-14T19:31:04.696Z (9 months ago)
- Topics: blog, elm, frontend, vim
- Language: HTML
- Homepage: http://arijus.net
- Size: 1.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [arijus.net](https://arijus.net) ![build status](https://travis-ci.org/argshook/argshook.github.io.svg?branch=master)
my personal blog
## cli
* `node cli list` - list posts
* `node cli add` - add new post## dev
* `npm i`
* `npm i -g elm`
* `elm package install`
* `npm start` [localhost:8080](http://localhost:8000)
* `npm test`## prod
* `npm run build`
* `python -m http.server` [localhost:8000](http://localhost:8000)