M Haidar Hanif's personal website with React, Remix, Stitches, Radix UI, and deployed to Vercel.
M Haidar Hanif’s personal website is built using React, Remix, Stitches, and Radix UI. It has been deployed to Vercel and can be found on GitHub under the repository named mhaidarhanif-web. This website has gone through multiple rebuilds and utilizes various technologies such as React Router, Framer Motion, Splitbee, and Cloudflare DNS.
To run this Remix app locally, follow these steps:
npm install
npm start
Alternatively, you can use the Vercel CLI command vercel dev instead of npm start if you prefer.
To build the app for production, run the following command:
npm run build
M Haidar Hanif’s personal website is built using React and various other technologies such as Remix, Stitches, Radix UI, React Router, Framer Motion, Splitbee, and Cloudflare DNS. The website has gone through multiple rebuilds and is deployed on Vercel. The installation process involves installing dependencies, starting the Remix development server, and accessing the app through http://localhost:3000. Alternatively, you can use Vercel CLI commands for local development and deployment.