Upload, organize, and access files from anywhere!
- Clone this project
- Run
npm i
in the terminal to install all dependencies for your project. - Add your Firebase API key to the
apiKey
field in thefirebase.ts
file. - Create a
.env.local
file in the project directory and add the Clerk API key to it. - Finally, run
npm run dev
in your terminal to start the server.
- React
- Clerk
- ShadCN
- Firebase
- Tailwind
- TS