Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/epochdb
Reference information for DayzEpoch Base Builders
https://github.com/airtonix/epochdb
Last synced: 10 days ago
JSON representation
Reference information for DayzEpoch Base Builders
- Host: GitHub
- URL: https://github.com/airtonix/epochdb
- Owner: airtonix
- Created: 2014-01-28T23:41:20.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2014-03-20T16:11:43.000Z (almost 11 years ago)
- Last Synced: 2024-05-21T03:17:26.062Z (8 months ago)
- Language: CoffeeScript
- Homepage: http://airtonix.github.io/epochdb/
- Size: 7.62 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dayz Epoch Database
This is the development branch of [EpochDB](http://airtonix.github.io/epochdb/), a web-application that provides no nonsense item reference for Dayz Epoch players.
## Contributing
checkout the [guidlines on contributing](http://airtonix.github.io/epochdb/#/contributing) before charging ahead. If in doubt [leave a ticket](https://github.com/airtonix/epochdb/issues) and we'll clear it up.
Main development occurs on the `develop` branch, pull requests submitted to any other branch will be rejected.
## Local Development
* Make sure you have NodeJs, Git installed
* I recommend adding this `~/.bashrc` snippet: [https://gist.github.com/airtonix/8835110](https://gist.github.com/airtonix/8835110)
* clone/fork the repository
* install dependancies:
* `npm install`
* `bower install`
* Run the preview server `$ grunt`
* start playing with the code.## Building
* `$ grunt build`
## Testing before Deployment
* `$ grunt test`
## Deploying
* `$ grunt deploy`
## Created with
* NodeJs
* [wintersmith](https://github.com/jnordberg/wintersmith)
* Wintersmith Jade
* Wintersmith Json
* Wintersmith Sass
* Grunt
* Bower* AngularJs
* Angular Route Segment
* Angular Animate* RequireJs
* Modernizr
* Lodash
* Sass
* Zurb Foundation
* Bourbon