Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchellcash/mitchellcash.com
Personal landing page for Mitchell Cash.
https://github.com/mitchellcash/mitchellcash.com
Last synced: 4 days ago
JSON representation
Personal landing page for Mitchell Cash.
- Host: GitHub
- URL: https://github.com/mitchellcash/mitchellcash.com
- Owner: MitchellCash
- Created: 2015-09-23T10:26:59.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T16:04:18.000Z (about 1 year ago)
- Last Synced: 2023-10-05T04:14:13.206Z (about 1 year ago)
- Language: TypeScript
- Size: 11.3 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to MitchellCash.com's Codebase
CI Status: ![CI Status](https://github.com/MitchellCash/MitchellCash.com/workflows/CI/badge.svg)
Live Site: [MitchellCash.com](https://mitchellcash.com)
Report problems or help improve the site by opening a [new issue](https://github.com/mitchellcash/mitchellcash.com/issues/new) or [pull request](https://github.com/mitchellcash/mitchellcash.com/compare).
## Development
```sh
npm run dev
```## Production
Generate a static site (static files will be in the `out/` dir):
```sh
npm run build
```