Just a simple way to get a URL for files to use in your projects. Made because I kept needing a quick URL for images without setting up uploads everywhere.
cc uploadthing.
- Clone the repo
- Copy
.env.exampleto.envand add your UploadThing token from https://uploadthing.com/dashboard - Install dependencies:
npm install - Run dev server:
npm run dev - Open http://localhost:3000