Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcansh/mcan.sh


https://github.com/mcansh/mcan.sh

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# mcan.sh

This is my [website](https://mcan.sh). It's pretty simple.

## Running Locally

Get the source:

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

Get the dependencies:

```sh
pnpm install
```

Now you can start the server:

```sh
pnpm run dev
```

Then open in your browser to see it running.