e002716441
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md) - [Commits](https://github.com/flavorjones/loofah/compare/v2.3.0...v2.3.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
spec | ||
vendor/assets | ||
.gitignore | ||
.gitmodules | ||
.rspec | ||
.ruby-version | ||
.travis.yml | ||
Capfile | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
TODO | ||
config.ru |
README.md
Clarion
A CfP automation system for OpenFest.
Installation
git clone https://github.com/ignisf/clarion.git
- Run
bundle install; bin/rake bootstrap
- You can now run the rails server with
bin/rails s