rss_reader
rss_reader
TODO: Write a description here
Installation
TODO: Write installation instructions here
Usage
TODO: Write usage instructions here
Development
$ docker build -t rss_dev -f Dockerfile.dev .
$ docker run -d --rm -it --name rss_app -p 3001:3001 -v `pwd`:/home/appuser/rss_reader rss_dev
$ docker exec -it rss_app su - appuser
$ cd rss_reader
$ shards install
# crystal build --release src/script/micrate.cr -o bin/micrate
# bin/micrate up
$ crystal run src/rss_reader.cr # http://localhost:3001/
$ docker stop rss_app
Contributing
- Fork it ( https://github.com/[your-github-name]/rss_reader/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [your-github-name] tomerun - creator, maintainer
Repository
rss_reader
Owner
Statistic
- 0
- 0
- 0
- 0
- 4
- over 5 years ago
- September 24, 2018
License
MIT License
Links
Synced at
Sun, 17 Nov 2024 05:44:46 GMT
Languages