Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/mikesmullin.com

personal website hosted by github
https://github.com/mikesmullin/mikesmullin.com

Last synced: about 1 month ago
JSON representation

personal website hosted by github

Awesome Lists containing this project

README

        

## Starting the dynamic version

```bash
git checkout master
npm install
npm start
# browse to http://localhost:3000/
```

## Publishing to the static version
```bash
git checkout gh-pages
./publish.sh
git add -A
git commit
git push
```