Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robindaugherty/www
The rantings of Robin Daugherty, software guy.
https://github.com/robindaugherty/www
Last synced: 6 days ago
JSON representation
The rantings of Robin Daugherty, software guy.
- Host: GitHub
- URL: https://github.com/robindaugherty/www
- Owner: RobinDaugherty
- Created: 2015-02-04T18:08:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:57:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T02:52:43.429Z (9 months ago)
- Language: JavaScript
- Homepage: www.robindaugherty.net
- Size: 4.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/6b0036e3-f57a-46ec-8b76-33c0cb128978/deploy-status)](https://app.netlify.com/sites/www-robindaugherty/deploys)
# www.robindaugherty.net
My personal website.
## Developing
You should have [nodenv](https://github.com/nodenv/nodenv) so that the correct/consistent Node version is used in this project. `brew install nodenv` and add to your `~/.zshrc`.
You also need to have yarn installed. `brew install yarn`
```shell
cd www-robindaugherty/
yarn install
yarn develop
```Your site is now running at `http://localhost:8006`!
Better yet, `echo 8006 > ~/.puma-dev/manual.harper` so that puma-dev will serve it up at manual.harper.localdev