Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcansh/mcan.sh
https://github.com/mcansh/mcan.sh
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcansh/mcan.sh
- Owner: mcansh
- Created: 2017-06-07T18:33:27.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T02:42:43.000Z (7 months ago)
- Last Synced: 2024-05-02T05:56:51.819Z (6 months ago)
- Language: TypeScript
- Homepage: https://mcan.sh
- Size: 34.1 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.markdown
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.