A modern portfolio website built with Remix, featuring a clean and responsive design.
- Built with Remix for optimal performance and SEO
- Modern and responsive design
- TypeScript for type safety
- Vercel deployment ready
- Node.js 18 or later
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/remix-portfolio.git
cd remix-portfolio- Install dependencies:
npm install- Start the development server:
npm run dev- Open http://localhost:5173 in your browser.
The project uses:
- Remix for the framework
- TypeScript for type safety
- ESLint for code linting
- Vite for build tooling
This project is configured for deployment on Vercel. You can deploy your own copy using the Vercel CLI:
npm i -g vercel
vercelMIT