Code for the crystal-docs.org website.
Requires crystal-lang 0.18.7+
You will need to create a GitHub developer application in order to test user interaction.
When starting the application you will need to provide the following environment variables:
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
CRYSTALDOCS_BASE_URL
which is used to generate theredirect_uri
for the OAuth flow, making it easier to test locally.
Build with crystal build --release src/crystal-docs-web.cr
.
- Fork it ( https://github.com/barisbalic/crystal-docs-web/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- [barisbalic] Baris Balic - creator, maintainer