No description
  • TypeScript 98.6%
  • CSS 1.2%
  • JavaScript 0.2%
Find a file
2026-04-18 19:48:48 +01:00
app feat(bug): resolved build errors due to font loading issues 2026-04-17 14:32:00 +01:00
components feat(app): update applicant and organisation details pages 2026-04-17 13:51:47 +01:00
hooks test(git): commit after initial commit 2026-04-04 23:00:34 +01:00
lib feat(app): update applicant and organisation details pages 2026-04-17 13:51:47 +01:00
public test(git): commit after initial commit 2026-04-04 23:00:34 +01:00
services feat(bug): resolved build errors due to font loading issues 2026-04-17 14:32:00 +01:00
types feat(bug): resolved build errors due to font loading issues 2026-04-17 14:32:00 +01:00
.gitignore feat: initial commit 2026-03-31 22:52:05 +01:00
.prettierignore feat: initial commit 2026-03-31 22:52:05 +01:00
.prettierrc feat: initial commit 2026-03-31 22:52:05 +01:00
components.json feat(organisations): add main contact details to organisation page 2026-04-15 20:51:51 +01:00
eslint.config.mjs feat: initial commit 2026-03-31 22:52:05 +01:00
global.d.ts test(git): commit after initial commit 2026-04-04 23:00:34 +01:00
next.config.mjs feat(packaeg.json): update scripts for turbopack and custom port 2026-04-17 22:54:22 +01:00
package-lock.json feat(admin): add user role and avatar management 2026-04-16 22:57:19 +01:00
package.json feat(package.json): update scripts for turbopack and custom port 2026-04-18 19:48:48 +01:00
postcss.config.mjs feat: initial commit 2026-03-31 22:52:05 +01:00
proxy.ts test(git): commit after initial commit 2026-04-04 23:00:34 +01:00
README.md feat: initial commit 2026-03-31 22:52:05 +01:00
tsconfig.json test(git): commit after initial commit 2026-04-04 23:00:34 +01:00

Next.js template

This is a Next.js template with shadcn/ui.

Adding components

To add components to your app, run the following command:

npx shadcn@latest add button

This will place the ui components in the components directory.

Using components

To use the components in your app, import them as follows:

import { Button } from "@/components/ui/button";