nocturne

Version, currently master branch1 version
  • master branchlatestDec 6, 2022

github.com/freyamade/nocturne

[Backburner] Crystal / Amber Framework Village Builder web application

12 stars
0 dependents
License: UNLICENSED

Installation

# Add this to your shard.yml
dependencies:
  nocturne:
    github: freyamade/nocturne
    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.24.2
License
UNLICENSED
Author
Ciaran Broderick <broderickciaran@gmail.com>
Targets
  • amber from lib/amber/src/amber/cli.cr
  • nocturne from src/nocturne.cr

Dependencies

Runtime Dependencies

  • pg~> 0.15.0github: will/crystal-pg
  • amber0.8.0github: amberframework/amber
  • granite~> 0.12.1github: amberframework/granite
  • citrine-i18n0.3.2github: amberframework/citrine-i18n
  • quartz_mailer~> 0.5.1github: amberframework/quartz-mailer
  • jasper_helpers~> 0.2.0github: amberframework/jasper-helpers

Development Dependencies

  • garnet_spec~> 0.2.1github: amberframework/garnet-specdev

README

# Nocturne

[![Waffle.io - Columns and their card count](https://badge.waffle.io/TheNocturneProject/Nocturne.svg?columns=all)](https://waffle.io/crnbrdrck/nocturne)
[![Amber Framework](https://img.shields.io/badge/using-amber%20framework-orange.svg)](https://github.com/crnbrdrck/nocturne)

This is a webapp written in Crystal and powered by [Amber Framework](https://amberframework.org/), which forms the base layer of the entire Nocturne Project by providing the first interface for the players and DM to interact with.

## Contributing

See the [Waffle Board](https://waffle.io/crnbrdrck/nocturne) to see what needs to be made for the system :)

1. Assign yourself a card on the Waffleboard that you wish to work on
2. Fork it ( https://github.com/crnbrdrck/nocturne/fork )
3. Create your feature branch (git checkout -b my-new-feature)
4. Commit your changes (git commit -am 'Add some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create a new Pull Request

## Contributors

- [crnbrdrck](https://github.com/crnbrdrck) Ciaran Broderick - creator, maintainer