Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/argonaut-io/argonaut.io

Website and documentation for argonaut.
https://github.com/argonaut-io/argonaut.io

Last synced: about 1 month ago
JSON representation

Website and documentation for argonaut.

Awesome Lists containing this project

README

        

Argonaut Documentation Project
------------------------------

[![Build Status](https://travis-ci.org/argonaut-io/argonaut.io.png)](https://travis-ci.org/argonaut-io/argonaut.io)

### What is Argonaut?

See

### How to work with this project?

You need jekyll installed. Then it works like any other site.

There are a few conveniences included in the `Makefile`.

To run up a localserver on, `http://localhost:4000`:

make

To publish to site:

make publish

Note that this publishes current origin/master of your repo, be somewhat careful.