Skip to content

hackclub/clubatime

Repository files navigation

Clubatime

Developing

Install deps with pnpm install. Create a .env file and copy the contents of .env.example into it. Then, fill in the values.

pnpm run dev

pnpm run dev -- --open

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

Important tools

  • NodeJS and pnpm: Installing and running the project
  • Biome: Linter/code formatter. You should probably run pnpm biome check to check any issues before making a commit/pushing.
  • drizzle-kit: Database tooling. Use to generate migrations. See The docs for more info

Useful documentation

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published