1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 21:13:07 +03:00
A workspace for research teams
Go to file
Artyom cad27df2c4 Use BS instead of Builder for rendered Markdown
I'm not sure that forcing a Builder has any effect, so it might end up
recomputing stuff more often than we want.
2016-05-02 16:43:41 +03:00
scripts [test] List files manually 2016-04-11 13:14:34 +03:00
src Use BS instead of Builder for rendered Markdown 2016-05-02 16:43:41 +03:00
static Category groups 2016-05-01 23:17:55 +03:00
.gitignore Use config instead of environment variables 2016-03-22 01:17:53 +03:00
.travis.yml [Travis] Test loading the official database 2016-04-08 18:33:33 +03:00
CHANGELOG.md Create the project 2016-02-02 12:36:07 +03:00
guide.cabal Add caching 2016-05-01 16:28:10 +03:00
INSTALL.md Minor 2016-04-14 02:49:38 +03:00
LICENSE Create the project 2016-02-02 12:36:07 +03:00
README.md Minor 2016-04-23 01:06:41 +03:00
Setup.hs Create the project 2016-02-02 12:36:07 +03:00

Aelve Guide

Build status BSD3 license

The beta version is running at guide.aelve.com. The most complete section yet is the one about lenses.

Installation instructions and the explanation of config variables (in config.json) are here: INSTALL.md. Don't be afraid to install it locally it's very easy! You don't need to set up any databases or anything like that, and you can get a full copy of the data from the site by simply cloning it from Github.

Contributing

If you want to contribute but don't know where to start, grep the source for [very-easy] and [easy].