An open API service indexing awesome lists of open source software.

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

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.