Tocho Tochev
cd8c3bbcc7
I will raise the changes to the upstream project after review https://github.com/tochev/devise-i18n/pull/1/files Co-authored-by: Albert Stefanov <aastefanov@outlook.com> Reviewed-on: #49 Co-authored-by: Tocho Tochev <tocho@tochev.net> Co-committed-by: Tocho Tochev <tocho@tochev.net> |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
spec | ||
storage | ||
vendor/assets | ||
.docker-ignore | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
.rspec | ||
.ruby-version | ||
.travis.yml | ||
Capfile | ||
Dockerfile | ||
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