https://github.com/mnvr/mrmr.io
Old website
https://github.com/mnvr/mrmr.io
personal-website
Last synced: 29 days ago
JSON representation
Old website
- Host: GitHub
- URL: https://github.com/mnvr/mrmr.io
- Owner: mnvr
- License: mit
- Created: 2023-02-24T12:12:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T05:12:31.000Z (3 months ago)
- Last Synced: 2025-04-19T11:21:56.468Z (about 1 month ago)
- Topics: personal-website
- Language: HTML
- Homepage: https://mrmr.io
- Size: 25.9 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Source code for [**mrmr.io**](https://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.