https://github.com/andy9775/crystal-zeit
Crystal + docker + zeit
https://github.com/andy9775/crystal-zeit
crystal crystal-language now serverless ziet
Last synced: 11 months ago
JSON representation
Crystal + docker + zeit
- Host: GitHub
- URL: https://github.com/andy9775/crystal-zeit
- Owner: andy9775
- License: mit
- Created: 2018-01-26T05:32:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T05:39:08.000Z (about 8 years ago)
- Last Synced: 2025-04-24T00:11:29.421Z (11 months ago)
- Topics: crystal, crystal-language, now, serverless, ziet
- Language: Crystal
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zeit_crystal
Setting up a basic crystal http server with [zeit now](https://zeit.co/)
## Installation
Ensure you have both [crystal-lang](https://crystal-lang.org/) and [now](https://zeit.co/now) installed
## Usage
To run the app locally execute `crystal run src/zeit_crystal.cr`
To push out to the web execute `now` from inside the project directory.
## Contributing
1. Fork it ( https://github.com/andy9775/zeit_crystal/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [andy9775](https://github.com/andy9775) Andy - creator, maintainer