1. Install bun
to install, if on Windows, paste into terminal:
powershell -c "irm bun.sh/install.ps1|iex"
git clone https://github.com/James-Riordan/dme-website.gitOR you can
go to Repo and click on Code -> Download Zip
-
cd /path/to/project -
bun install
-
bun run dev
-
navigate to browser and go to http://localhost:5173
or, simply, you can start the server and open the app in a new browser tab all in one command:
bun --bun run dev -- --open