Skip to content

🧊 M Haidar Hanif's personal website with React, Remix, Stitches, Radix UI, and deployed to Vercel.

License

Notifications You must be signed in to change notification settings

mhaidarhanif/mhaidarhanif-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mhaidarhanif-web

MIT License

M Haidar Hanif's personal website with React, Remix, Stitches, Radix UI, and deployed to Vercel.

Current repo is at mhaidarhanif-web on GitHub.

Tech Stack

  • React
    • HTML
    • CSS
    • JavaScript
    • TypeScript
  • Remix
    • React Router
  • Stitches
  • Radix UI
    • Radix Colors
  • Framer Motion
  • Splitbee
  • Vercel
  • Cloudflare DNS

Variants

The website has been rebuilt a lot of times. Some of them are still in here:

Development

Read Remix Docs.

To run this Remix app locally, make sure the project's local dependencies are installed:

npm install

It will also do postinstall, which run remix setup node.

Afterwards, start the Remix development server like so:

npm run dev

Open up http:https://localhost:3000 and you should be ready to go!

If you're used to using the vercel dev command provided by Vercel CLI instead, you can also use that, but it's not needed.

To make sure everything fine, we can also build:

npm run build

Deployment

This repo is being generated with create-remix command and selected "Vercel" as a deployment target. So we only need to import your Git repository into Vercel, and it will be deployed. How easy is that?

If you'd like test this but avoid using a Git repository, you can also deploy the directory by running Vercel CLI:

npm i -g vercel
vercel

It is generally recommended to use a Git repository, because future commits will then automatically be deployed by Vercel, through its Git Integration.

About

🧊 M Haidar Hanif's personal website with React, Remix, Stitches, Radix UI, and deployed to Vercel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published