https://github.com/srph/srph.github.io
A personal GH page
https://github.com/srph/srph.github.io
Last synced: about 2 months ago
JSON representation
A personal GH page
- Host: GitHub
- URL: https://github.com/srph/srph.github.io
- Owner: srph
- License: mit
- Created: 2014-06-13T20:23:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T18:52:43.000Z (over 8 years ago)
- Last Synced: 2025-06-15T08:53:33.019Z (about 1 year ago)
- Language: CSS
- Homepage: https://srph.github.io
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## o
Website with swag. [Original repo](https://github.com/srph/o).

### Running
```bash
npm install
```
For development:
```bash
make watch
open index.html
```
For deployment (applies autoprefixer and minifies stylesheet):
```bash
make && open.index.html
```