Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 375 Bytes

maalik.dev

This is my personal website built using Remix

image_original

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