Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makedecision-org/core
https://github.com/makedecision-org/core
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/makedecision-org/core
- Owner: makedecision-org
- Created: 2018-08-16T15:45:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T15:15:57.000Z (almost 6 years ago)
- Last Synced: 2024-05-18T21:41:08.160Z (7 months ago)
- Language: Ruby
- Size: 285 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hanami - makedecision - Make decision faster. (Hanami Project List / Open Source)
README
# Core
Welcome to your new Hanami project!
## Setup
How to run tests:
```
% bundle exec rake
```How to run the development console:
```
% bundle exec hanami console
```How to run the development server:
```
% bundle exec hanami server
```How to prepare (create and migrate) DB for `development` and `test` environments:
```
% bundle exec hanami db prepare% HANAMI_ENV=test bundle exec hanami db prepare
```Explore Hanami [guides](http://hanamirb.org/guides/), [API docs](http://docs.hanamirb.org/1.3.0.beta1/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸