🏡 My personal site.
- Framework: Remix
- Styling: Tailwind CSS & shadcn/ui
- Icons: Lucide
- Deployment: Fly.io
- Install the npm dependencies:
npm install
- Configure environment variables by creating a .env file similar to .env.example:
cp .env.example .env
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the website.
This is free and unencumbered software released into the public domain. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.
❤