Ghosten Editor is a low code editor for website(client as well with Tauri) written by Angular. You can use it to build Website faster and easily. Explore it in the Demo Page
Browser | Mobile |
---|---|
Angular | Ghosten |
---|---|
>= 14.0.0 < 16.0.0 | v0.1.x |
>= 12.0.0 < 14.0.0 | todo |
>= 9.0.0 < 12.0.0 | todo |
- Support Dark Mode
- Desktop Application
- Internationalization
- Support Touch Devices and Mobile Devices
- Support SSR
- Bug Fix
- Docs
- Support Old Version Angular
BROWSER | SUPPORTED VERSIONS |
---|---|
Chrome | latest |
Firefox | latest and extended support release (ESR) |
Edge | 2 most recent major versions |
Safari | 2 most recent major versions |
iOS | 2 most recent major versions |
Android | 2 most recent major versions |
This is a monorepo which contains many packages:
Project | Package | Version | Link |
---|---|---|---|
Common | @ghosten/common | ||
Editor | @ghosten/editor | ||
Renderer | @ghosten/renderer | ||
Plugins | @ghosten/plugins | ||
Components | @ghosten/components | ||
Database | @ghosten/database | ||
Utils | @ghosten/utils |
Clone the repository and install all the necessary dependencies
$ git clone https://github.com/GhostenEditor/ghosten.git
$ cd ghosten
$ npm install
Start the dev server
$ npm start
Once the development server is started you should be able to reach the demo page (eg. http://localhost:4200)
Check the getting started guide here: Wiki