Skip to content

CloudSlang/CloudSlang.github.io

Repository files navigation

CloudSlang.github.io

CloudSlang website — https://cloudslang.io

A project by OpenText.

Prerequisites

  • Node.js 20.x or later
  • npm 9+

Development

Install dependencies and start the Vite dev server with hot-reload:

npm install
npm run dev

The site is served at http://localhost:5173 by default.

Production build

npm run build

Vite compiles the site into the public/ directory, which is then served by the Express server.

Running the production server locally

npm run build
npm start

The Express server listens on http://localhost:5000 (or the port defined by the PORT environment variable).

Tech stack

Layer Technology
Frontend Vanilla HTML / CSS / JavaScript
Build tool Vite
Server Express 4.x
Security headers Helmet
License Apache 2.0

About

CloudSlang Website

Resources

License

Contributing

Stars

14 stars

Watchers

19 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors