Files
cloudron-box/README.md

21 lines
754 B
Markdown
Raw Normal View History

2020-09-30 09:36:25 -07:00
# Cloudron Dashboard
2018-01-22 13:01:38 -08:00
2020-09-30 09:36:25 -07:00
This is the front end code of Cloudron. The backend code is [here](https://git.cloudron.io/cloudron/box).
2018-01-22 13:01:38 -08:00
2020-09-30 09:36:25 -07:00
## Developing
2018-01-22 13:01:38 -08:00
2020-09-30 09:36:25 -07:00
* `npm install`
* `gulp develop --api-origin=https://my.example.com`
2018-01-22 13:01:38 -08:00
2020-09-30 09:36:25 -07:00
## License
2018-01-22 13:01:38 -08:00
2020-09-30 09:36:25 -07:00
Please note that the Cloudron code is under a source-available license. This is not the same as an
open source license but ensures the code is available for introspection (and hacking!).
2018-01-22 13:01:38 -08:00
2020-09-30 09:41:20 -07:00
## Contributions
2018-01-22 13:01:38 -08:00
2020-09-30 09:36:25 -07:00
Just to give some heads up, we are a bit restrictive in merging changes. We are a small team and
2020-09-30 09:41:20 -07:00
would like to keep our maintenance burden low. It might be best to discuss features first in the [forum](https://forum.cloudron.io),
2020-09-30 09:36:25 -07:00
to also figure out how many other people will use it to justify maintenance for a feature.
2018-01-22 13:01:38 -08:00