Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 572 Bytes

File metadata and controls

26 lines (17 loc) · 572 Bytes

PyLet Documentation

Documentation site for PyLet — a Pythonic distributed task execution system for GPU servers. Built with VitePress.

Live site: https://pylet.github.io

Local Development

# Install dependencies
npm install

# Start dev server with hot reload
npm start
# Open http://localhost:5173

# Build for production
npm run build

# Preview production build
npm run preview

Deployment

Auto-deploys to GitHub Pages on push to main via .github/workflows/pages.yml.