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

https://github.com/oskarrough/venery

Testing things out…
https://github.com/oskarrough/venery

Last synced: about 1 year ago
JSON representation

Testing things out…

Awesome Lists containing this project

README

          

# Venery

https://en.wikipedia.org/wiki/Venery
https://en.wikipedia.org/wiki/List_of_English_terms_of_venery,_by_animal
https://github.com/oskarrough/venery
http://www.miscelpage.com/wikianim.shtml

## Getting started

```
git clone https://github.com/oskarrough/venery.git
cd venery
npm install
npm start
open http://localhost:3000
```

Then go ahead and edit files inside `src`. This projects builds on the [React Transform Boilerplate](https://github.com/gaearon/react-transform-boilerplate.git).

## Building and deploying

```
npm run build
surge dist
```