Skip to content

mcansh/mcan.sh

Repository files navigation

mcan.sh

This is my website. It's pretty simple.

Running Locally

Get the source:

gh repo clone mcansh/mcan.sh
cd mcan.sh

Get the dependencies:

pnpm install

Now you can start the server:

pnpm run dev

Then open http://localhost:3000 in your browser to see it running.