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

https://github.com/robacarp/website

blog, notes, etc; static html built with jekyll
https://github.com/robacarp/website

Last synced: 5 months ago
JSON representation

blog, notes, etc; static html built with jekyll

Awesome Lists containing this project

README

          

# Notes

## Services

- [Website](https://robacarp.io/new_dice.json), Jekyll/Static HTML, nginx.
- [Dice generator](https://robacarp.io/new_dice.json), Crystal, deploys on port 3000.

## Development and Writing

To write blog posts:
- `cd blog` then `overmind s` to start the jekyll server. Then visit at [http://localhost:4000](http://localhost:4000).

To boot full container and services:
- `script/build` then `script/run`

## Deployment

- `script/build deployment`
- `script/deploy`