https://github.com/osteele/code.osteele.com
https://github.com/osteele/code.osteele.com
personal website
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/osteele/code.osteele.com
- Owner: osteele
- Created: 2013-09-12T15:57:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T01:41:24.000Z (over 4 years ago)
- Last Synced: 2025-04-02T20:05:17.296Z (about 1 year ago)
- Topics: personal, website
- Language: Elm
- Homepage: https://code.osteele.com
- Size: 420 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code.osteele.com site
The source to [code.osteele.com](https://code.osteele.com).
## Setup
1. [Install Jekyll](https://jekyllrb.com/docs/installation/)
2. `bundle install` to install Ruby gems.
## Run
`npm run build` updates the list of repos, builds the Elm app, and runs Jekyll.
`npm run dev` runs the jekyll server.
## Deploy
`npm run deploy` deploys to Netlify.
## Elm Development
Install:
1. Install [foreman](https://github.com/ddollar/foreman) or one of its
[ports](https://github.com/ddollar/foreman#ports). On macOS: `brew install forego`
2. Install [entr](http://www.entrproject.org). On macOS: `brew install entr`.
Run:
1. Run foreman or a port. E.g. `foreman start` or `forego start`.
2. Browse to [localhost:4000](http://localhost:4000)