https://github.com/solnic/alpinist
Estimate and invoice handling for client service agencies. Example Rodakase app.
https://github.com/solnic/alpinist
Last synced: 3 months ago
JSON representation
Estimate and invoice handling for client service agencies. Example Rodakase app.
- Host: GitHub
- URL: https://github.com/solnic/alpinist
- Owner: solnic
- License: other
- Created: 2015-12-30T15:37:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T11:15:43.000Z (over 9 years ago)
- Last Synced: 2024-12-31T09:29:12.604Z (5 months ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpinist
## Development
### First-time setup
Just the bare-bones steps for now:
```
./bin/setup
```### Running the app
```
bundle exec shotgun -p 3000 -o 0.0.0.0 config.ru
```