site

Version, currently master branch1 version
  • master branchlatestNov 3, 2019

github.com/speedruns/marathons

A general application for managing marathon events, primarily oriented toward speedrunning.

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  site:
    github: speedruns/marathons
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.26.1
License
MIT
Author
Jon
Targets
  • app from src/app.cr
  • tool from src/tool.cr
  • admin_web from src/admin_web/web.cr
  • events_web from src/events_web/web.cr

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg
  • kemal*github: kemalcr/kemal
  • krout*github: faultyserver/krout
  • orion*github: obsidian/orion
  • crecto*github: faultyserver/crecto, branch: temp/casts
  • crinja*github: straight-shoota/crinja
  • dotenv*github: gdotdesign/cr-dotenv
  • migrate*github: vladfaust/migrate.cr

README

site

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/site/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors