host your smol website with ease
Note
The hosted content is currently displayed through a subdomain of pritish.in. This is achieved using a reverse proxy written in Go, available at this GitHub repo.
- Next.js 14
- AWS S3
- Upstash Redis
- React Dropzone
- Sonner
- NextUI v2
- Tailwind CSS
- Tailwind Variants
- TypeScript
- Framer Motion
- next-themes
git clone https://github.com/PritishMishraa/smoll-host.git
pnpm install
pnpm dev
If you are using pnpm
, you need to add the following code to your .npmrc
file:
public-hoist-pattern[]=*@nextui-org/*
After modifying the .npmrc
file, you need to run pnpm install
again to ensure that the dependencies are installed correctly.
Licensed under the MIT license.