This is a T3 Stack project bootstrapped with
create-t3-app
We aim to keep this project as simple as possible, so you can start with the scaffolding we set up and add additional features as needed.
- Uploadthing - For storing and managing cloud uploads
To dive deeper into the T3 Stack, check out the following resources:
-
Learn the T3 Stack — Awesome tutorials to help you get started
You can also check out the create-t3-app GitHub repository — your feedback and contributions are welcome!
-
Clone the repository
git clone https://github.com/incridea-23/capture-incridea.git
-
Install all dependencies
npm install
-
Generate main seed
npm run seed:main
-
Run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the result.
Thank you for checking out Capture Incridea! Happy coding!