Skip to content

A github bot and webserver to track and manage TAG activities

License

Notifications You must be signed in to change notification settings

w3ctag/w3ctagbot

Repository files navigation

Github bot for the W3C TAG

To get started with development:

  1. Copy .env.default to .env to tell Prisma where to look for its Sqlite database file.
  2. Run GITHUB_TOKEN=$(gh auth token) pnpm run dev to start the development server. (You can use a different GITHUB_TOKEN if you prefer.)
  3. Open http://localhost:4321/ to see the current site.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm dev Starts local dev server at localhost:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm codegen Regenerate Prisma and Graphql code
pnpm prisma db push Regenerate Prisma and Graphql code

Dependencies

About

A github bot and webserver to track and manage TAG activities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages