Skip to content

MalikBagwala/maalik.dev

Repository files navigation

maalik.dev

This is my personal website built using Remix

Steps to run on local machine

  1. Copy .env.example into .env with all the credentials
  2. Install dependencies with bun install
  3. Run the development server with bun run dev