Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 454 Bytes

Source code for mrmr.io

Running locally

Install dependencies using npm install. Thereafter, you can start a local development server (with live reloads) by using:

npm run dev

Tip

Most of these pages are standalone HTML files, and you can just directly open them in your browser.

The dependencies are needed only if you want live reloads, or want to open one of the few pages that uses TypeScript.