Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gesa/oasis

The adventures of the Curious Sage.
https://github.com/gesa/oasis

Last synced: 29 days ago
JSON representation

The adventures of the Curious Sage.

Awesome Lists containing this project

README

        

# To the oasis!

## Running the server, building the site

### Dependencies:
- Ruby—see `.ruby-version`
- Node—see `package.json`

### Install:

```bash
npm install
```

### Run:

```bash
npm start
```

### Test:

("test" is a generous description of this function)

```bash
npm test
```

### Deploy:

Deploy to S3 using travis by running `travis setup s3` on the command line