Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 330 Bytes

readme.markdown

File metadata and controls

26 lines (17 loc) · 330 Bytes

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.