1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 21:02:13 +03:00
A workspace for research teams
Go to file
2016-06-19 18:43:06 +03:00
favicon Add a favicon 2016-05-10 23:44:20 +03:00
scripts [test] List files manually 2016-04-11 13:14:34 +03:00
src Implement merging for traits 2016-06-19 00:52:19 +03:00
static Implement merging for traits 2016-06-19 00:52:19 +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 Implement merging for traits 2016-06-19 00:52:19 +03:00
INSTALL.md Add archive to .gitignore 2016-05-21 16:53:40 +03:00
LICENSE Create the project 2016-02-02 12:36:07 +03:00
README.md Add more links to issues to the readme 2016-06-19 18:43:06 +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], or look at these issues:

  • “your first pull request” really easy things, with detailed “how to fix it” instructions
  • “your second pull request” less easy things, which assume that you already know where stuff happens in the code
  • “not-fleshed-out idea” discussion issues (“should we have users? what better ways are there to present pros and cons?”) which you can help with even if you don't know Haskell
  • “design” issues about design (which I'm not good at, and so help is wanted)