added rendering of clients from data file

This commit is contained in:
Michael Tenson
2025-04-30 19:07:35 +03:00
parent 14aacb9e56
commit 61cf94651f
17 changed files with 429 additions and 82 deletions

24
.gitignore vendored
View File

@@ -2,22 +2,22 @@
# dependencies
/node_modules
/.pnp
.pnp.js
# /.pnp
# .pnp.js
# testing
/coverage
# /coverage
# production
/build
# /build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# .DS_Store
# .env.local
# .env.development.local
# .env.test.local
# .env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# npm-debug.log*
# yarn-debug.log*
# yarn-error.log*