Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)