Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixoncloud/app-banner
https://github.com/ixoncloud/app-banner
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ixoncloud/app-banner
- Owner: ixoncloud
- License: mit
- Created: 2024-08-28T12:22:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T09:50:51.000Z (4 months ago)
- Last Synced: 2024-11-09T11:39:30.723Z (about 2 months ago)
- Language: Svelte
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This workspace contains the Custom Banner App for IXON Cloud. It can be used to emphasize subsections of your page's. It is based on the [IXON Cloud Custom Component Development Kit](https://developer.ixon.cloud/docs/custom-components) and [IXON Cloud Backend Component Workspace](https://github.com/ixoncloud/backend-component-workspace). Note that this app is built with [Svelte](https://svelte.dev/), [Typescript](https://www.typescriptlang.org/), [SCSS](https://sass-lang.com/). It requires you to be familiar with the [Node.js](https://nodejs.org/) ecosystem.
## Testing locally
Install the dependencies...
```sh
npm install
```...login to your IXON Cloud account...
```sh
npx cdk login
```...and run the simulator:
```sh
npx cdk simulate custom-banner
```...this opens the simulator app in a browser and builds the component in watch-mode, which means that any changes to the component source files will trigger a rebuild and will auto-reload the simulator.
## Documentation
To check out docs and examples on how to develop an App, visit [Custom Component Development Docs](https://developer.ixon.cloud/docs/custom-components).
The [@ixon-cdk/runner](https://www.npmjs.com/package/@ixon-cdk/runner) page has a complete overview of all commands that can be run in a component workspace project.