Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```