This is my portfolio website, built with Remix, TypeScript, Tailwind.
Give a ⭐ if you like this website!
From your terminal:
pnpm run dev
This starts your app in development mode at http://localhost:3000
, rebuilding assets on file changes.
First, build your app for production:
pnpm run build
Then run the app in production mode:
pnpm start
Now you'll need to pick a host to deploy it to.