Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gesa/oasis
- Owner: gesa
- Created: 2015-10-25T20:49:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T10:54:51.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T09:21:49.817Z (3 months ago)
- Language: CSS
- Homepage: http://curioussage.com
- Size: 3.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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