No description
  • TypeScript 97.7%
  • Dockerfile 1.7%
  • JavaScript 0.6%
Find a file
2026-01-09 20:14:23 +01:00
src username generator based on word 2026-01-09 20:14:23 +01:00
.dockerignore first commit 2026-01-07 19:50:05 +01:00
.editorconfig first commit 2026-01-07 19:50:05 +01:00
.gitignore first commit 2026-01-07 19:50:05 +01:00
.prettierignore first commit 2026-01-07 19:50:05 +01:00
Dockerfile first commit 2026-01-07 19:50:05 +01:00
eslint.config.ts first commit 2026-01-07 19:50:05 +01:00
package.json first commit 2026-01-07 19:50:05 +01:00
pnpm-lock.yaml first commit 2026-01-07 19:50:05 +01:00
prettier.config.mjs first commit 2026-01-07 19:50:05 +01:00
README.md first commit 2026-01-07 19:50:05 +01:00
tsconfig.json first commit 2026-01-07 19:50:05 +01:00

Build, test, deploy

These steps need to be performed whenever you make changes:

  1. Write awesome code in the src directory.
  2. Build (clean, lint, and transpile): pnpm run build
  3. Run: pnpm run start