Skip to content

electerm/electerm-web-demo

Repository files navigation

electerm-web-demo Tweet

Web demo of electerm app.

Visit: https://electerm-demo.html5beta.com

GitHub version license JavaScript Style Guide Get it from the Snap Store Get it from the Microsoft Store GitHub Sponsors

Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).

Development

# Install dependencies
npm install

# Start development server
npm start

# Build for production
npm run b

# Run tests
npm run lint

Deployment

This project can be deployed to Cloudflare Pages for fast, global distribution.

Quick Deploy

# Deploy to Cloudflare Pages
npm run cf:deploy

Setup Instructions

  1. Install Wrangler CLI:

    npm install -g wrangler
  2. Login to Cloudflare:

    wrangler login
  3. Deploy:

    npm run cf:deploy

Automatic Deployment

The repository includes GitHub Actions for automatic deployment on push to main branch. Set up these secrets in your GitHub repository:

  • CLOUDFLARE_API_TOKEN: Your Cloudflare API token
  • CLOUDFLARE_ACCOUNT_ID: Your Cloudflare account ID

For detailed deployment instructions, see CLOUDFLARE_DEPLOYMENT.md.

License

MIT

Releases

No releases published

Packages

No packages published

Languages