This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
To get a local copy up and running, follow these simple steps.
You need to have Node.js and pnpm installed.
- Clone the repo
git clone <YOUR_GIT_URL>
- Navigate to the project directory
cd <YOUR_PROJECT_NAME>
- Install dependencies
pnpm install
- Start the development server
pnpm run dev ``` # techpreneurjoe