Skip to content

Repository files navigation

EigenInteractive

eigen-web

Source of truth for the documentation at https://eigeninteractive.com, plus the company landing page and games showcase. Built with Docusaurus.

Getting set up

pnpm install
pnpm start       # dev server
pnpm build       # production build — this is also the link checker
pnpm lint
pnpm typecheck

The site builds standalone: the generated API reference under docs/reference/ is committed, so no sibling checkout is required. See CONTRIBUTING.md for how the docs are organized and how that reference is regenerated.

Deployment

Cloudflare Workers Builds watches main directly and deploys on every push — there's no deploy step to run from here. The site is a static-assets-only Worker (see wrangler.jsonc), served entirely by Cloudflare's asset server.

pnpm deploy      # build + `wrangler deploy`, for a one-off deploy from a
                 # machine with `wrangler login`
pnpm preview     # build + `wrangler dev`, to preview the Worker locally

Full details, including the Cloudflare build settings, are in CONTRIBUTING.md.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages