This website is built using Docusaurus and deployed to Cloudflare Workers on the /point route at docs.syskit.com/point.
# Install dependencies
npm install
# Local development
npm start
# Build for production
npm run build
# Deploy to Cloudflare Workers
npm run deploynpm run deploy:productionnpm run deploy:stagingnpm run devThen visit: http://127.0.0.1:8787/point
- Production:
https://docs.syskit.com/point✅ Working - Staging:
https://docs-staging.syskit.com/point✅ Working - Route:
/point/* - Worker: Serves the Docusaurus site with proper routing and caching
- Production:
https://docs.syskit.com/point✅ Live - Staging:
https://docs-staging.syskit.com/point✅ Live
src/worker.js- Cloudflare Worker scriptwrangler.toml- Worker configurationdocs/- Documentation contentbuild/- Generated static files
npm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory.