https://github.com/oskarrough/venery
Testing things out…
https://github.com/oskarrough/venery
Last synced: about 1 year ago
JSON representation
Testing things out…
- Host: GitHub
- URL: https://github.com/oskarrough/venery
- Owner: oskarrough
- License: cc0-1.0
- Created: 2015-09-26T21:55:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T11:50:15.000Z (almost 11 years ago)
- Last Synced: 2025-02-10T08:31:30.786Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://venery.surge.sh/
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```