Skip to content

Ed-Barnes937/Flash-Alpha

Repository files navigation

SKOOVA

This is the demo app made as part of the alpha hack week 5/08/24

Made by @matthewkandiah-sonocent, @Ed-Barnes937, @jossglean & @KellyK-Glean

Getting Started

- Run `yarn install` from project root - Run `yarn dev` from project root

Adding components

This app uses shadcn-ui to quickly scaffold accessible components using Radix-UI & Tailwind under the hood. Use the `shadcn-ui@latest add <>` cli helper to add functions - `run npx shadcn-ui@latest add button` from project root - If the cli creates a new directory to put the component files in, simply copy them over to `src/components/ui` before importing them to your project