@slake-dev/server
v1.0.6
Published
Backend server for Slake — handles real-time sync via Socket.IO, annotation storage, and GitHub integration.
Downloads
776
Readme
@slake-dev/server
Backend server for Slake — handles real-time sync via Socket.IO, annotation storage, and GitHub integration.
Install
npm install @slake-dev/serverUsage
Start the server:
npx slake-serverEnvironment variables
| Variable | Default | Description |
|---|---|---|
| PORT | 4000 | Server port |
| SLAKE_ALLOWED_ORIGINS | http://localhost:3000,http://localhost:4000,http://localhost:5173 | Comma-separated CORS origins |
| GITHUB_TOKEN | — | GitHub personal access token for issue creation |
