Skip to content

PritishMishraa/smoll-host

Repository files navigation

smoll.host

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.

Technologies Used

How Files are uploaded

file upload

How to Use

CLone the repository

git clone https://github.com/PritishMishraa/smoll-host.git

Install dependencies

pnpm install

Run the development server

pnpm dev

Setup pnpm (optional)

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.

License

Licensed under the MIT license.