CloudSlang website — https://cloudslang.io
A project by OpenText.
- Node.js 20.x or later
- npm 9+
Install dependencies and start the Vite dev server with hot-reload:
npm install
npm run devThe site is served at http://localhost:5173 by default.
npm run buildVite compiles the site into the public/ directory, which is then served by the Express server.
npm run build
npm startThe Express server listens on http://localhost:5000 (or the port defined by the PORT environment variable).
| Layer | Technology |
|---|---|
| Frontend | Vanilla HTML / CSS / JavaScript |
| Build tool | Vite |
| Server | Express 4.x |
| Security headers | Helmet |
| License | Apache 2.0 |