mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 21:02:13 +03:00
A workspace for research teams
favicon | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
guide.cabal | ||
INSTALL.md | ||
LICENSE | ||
README.md | ||
Setup.hs |
Aelve Guide
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)