https://github.com/dvinciguerra/crystalclear
Very simple app.sli.do clone built using crystal-lang kemal framework and svelte
https://github.com/dvinciguerra/crystalclear
crystal kemalcr svelte3
Last synced: 12 months ago
JSON representation
Very simple app.sli.do clone built using crystal-lang kemal framework and svelte
- Host: GitHub
- URL: https://github.com/dvinciguerra/crystalclear
- Owner: dvinciguerra
- License: mit
- Created: 2020-06-04T22:12:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T23:33:48.000Z (over 3 years ago)
- Last Synced: 2025-04-06T23:42:02.907Z (12 months ago)
- Topics: crystal, kemalcr, svelte3
- Language: Crystal
- Size: 592 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrystalClear
Very simple app.sli.do clone built using [crystal-lang](https://github.com/crystal-lang/crystal) [kemal](https://github.com/kemalcr/kemal) framework and [Svelte](https://github.com/sveltejs/svelte)

## Installation
1. clone this repository
2. install dependencies using `shards install` and `yarn install`
3. start backend and frontend
## Contributing
1. Fork it ()
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
- [Daniel Vinciguerra](https://github.com/dvinciguerra) - creator and maintainer
## License
[MIT License](./LICENSE) © Daniel Vinciguerra