Web demo of electerm app.
Visit: https://electerm-demo.html5beta.com
Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run b
# Run tests
npm run lint
This project can be deployed to Cloudflare Pages for fast, global distribution.
# Deploy to Cloudflare Pages
npm run cf:deploy
-
Install Wrangler CLI:
npm install -g wrangler
-
Login to Cloudflare:
wrangler login
-
Deploy:
npm run cf:deploy
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 tokenCLOUDFLARE_ACCOUNT_ID
: Your Cloudflare account ID
For detailed deployment instructions, see CLOUDFLARE_DEPLOYMENT.md.
MIT