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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0251189 Â· Dec 14, 2024

History

42 Commits
Nov 30, 2024
Nov 28, 2024
Nov 28, 2024
Sep 19, 2024
Dec 14, 2024
Nov 28, 2024
Nov 5, 2024
Oct 1, 2024
Sep 19, 2024
Sep 19, 2024
Nov 5, 2024
Dec 14, 2024
Nov 5, 2024
Nov 28, 2024
Sep 19, 2024
Dec 14, 2024
Dec 14, 2024
Dec 14, 2024
Dec 14, 2024
Nov 5, 2024

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 and/or embed this token in .env.)
  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 Update the development database schema

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