Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjacobus/deutsch
Deutsche lernen
https://github.com/mjacobus/deutsch
Last synced: 25 days ago
JSON representation
Deutsche lernen
- Host: GitHub
- URL: https://github.com/mjacobus/deutsch
- Owner: mjacobus
- Created: 2017-06-12T21:22:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:01:00.000Z (about 2 years ago)
- Last Synced: 2024-08-03T18:13:18.090Z (4 months ago)
- Language: Ruby
- Homepage: http://salat.netapps.website
- Size: 321 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hanami - Deutsch - prototype tool for learning German. (Hanami Project List / Play/Pet projects)
README
Deutsch Lernen
-----------------------[![Build Status](https://travis-ci.org/mjacobus/deutsch.svg?branch=master)](https://travis-ci.org/mjacobus/deutsch)
[![Coverage Status](https://coveralls.io/repos/github/mjacobus/deutsch/badge.svg?branch=csv)](https://coveralls.io/github/mjacobus/deutsch?branch=csv)
[![Code Climate](https://codeclimate.com/github/mjacobus/deutsch/badges/gpa.svg)](https://codeclimate.com/github/mjacobus/deutsch)
[![Issue Count](https://codeclimate.com/github/mjacobus/deutsch/badges/issue_count.svg)](https://codeclimate.com/github/mjacobus/deutsch)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mjacobus/deutsch/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mjacobus/deutsch/?branch=master)
[![Dependency Status](https://gemnasium.com/badges/github.com/mjacobus/deutsch.svg)](https://gemnasium.com/github.com/mjacobus/deutsch)Setup:
```bash
bundle install
yarn install
bundle exec hanami db create
bundle exec hanami db migrate# generates the appropriate javascripts
yarn run build# to watch for changes
yarn run watchbundle exec hanami serve
```Testing:
```bash
# db setup
HANAMI_ENV=test bundle exec hanami db create
HANAMI_ENV=test bundle exec hanami db migrate# test run
yarn run test
bundle exec rake spec
```## Docs
- [webpack](https://webpack.github.io/docs/library-and-externals.html#examples)
- [Twitter Bootstrap](http://getbootstrap.com/css/)