https://github.com/simply007/cloud-template-manager
Project manager for Kentico Cloud
https://github.com/simply007/cloud-template-manager
Last synced: about 1 year ago
JSON representation
Project manager for Kentico Cloud
- Host: GitHub
- URL: https://github.com/simply007/cloud-template-manager
- Owner: Simply007
- License: mit
- Created: 2019-05-14T12:58:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T13:13:26.000Z (about 7 years ago)
- Last Synced: 2025-02-10T07:13:52.412Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://enngage.github.io/kc-project-manager/
- Size: 880 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Kentico Cloud Template Manager
[](https://kentico.github.io/cloud-template-manager/)
[](https://travis-ci.com/Kentico/cloud-template-manager)
### Running application locally
Download/clone this repository and run following commands:
```sh
npm i
npm start
```
Since the application is build in Angular, you can also use `ng serve` command to run application.
#### :warning: Limitations
See [a list of limitations](https://kentico.github.io/cloud-template-manager/limitations) before you get started.
### Publishing to GitHub pages
Under root, generate app with
```sh
npm run build-gh-pages
npx ngh --dir=dist
```
## Submitting Web Template to Templates Gallery
If you want to submit a Kentico Cloud Web Template to the [Templates Gallery](https://kentico.github.io/cloud-template-manager/templates), please make sure to follow below mentioned guidelines. Once your repository is ready, please adjust [/templates/list.json](/templates/list.json) and create a pull request.
### Guidelines for Web Templates
* Every template has its own GitHub repository
* The source code is available under MIT license (open-source)
#### Repository structure
* **/source**
Contains template implementation (open-source)
* **content.zip**
ZIP package generated via [https://kentico.github.io/cloud-template-manager](https://kentico.github.io/cloud-template-manager)
* **template.jpg**
Screenshot/image of the template in 3:2 ratio, e.g. 600x400px (min. 450x300px), in JPG format (no other format is allowed)
* **README.md**
* Instructions to run the site
These do not need to include the steps to import the content from import package to KC as it is common for all templates.
* Which resources were used to build the template, e.g.
* original template (e.g. Multiverse template by HTML5UP.net)
* image sources (e.g. Demo images by Unsplash.com)
* implementation technology (e.g. Vue.js)
* **LICENSE** (optional)
The repository **may not** contain any other files in the root directory.
