Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjousse/haskell-for-humans
An attempt at documenting my learnings with Haskell
https://github.com/vjousse/haskell-for-humans
Last synced: about 1 month ago
JSON representation
An attempt at documenting my learnings with Haskell
- Host: GitHub
- URL: https://github.com/vjousse/haskell-for-humans
- Owner: vjousse
- License: mit
- Created: 2017-12-31T15:33:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T17:46:33.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T04:58:21.094Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell for humans
An attempt at documenting my learnings with Haskell.
# Build & Run
This website is using [Jekyll](https://jekyllrb.com/), so you will need some `Ruby` goodness first.
1. Get `Ruby` for your operating system by visiting the [official website](https://www.ruby-lang.org/en/documentation/installation/).
2. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command in the project directory:
```bash
bundle
```3. Start the dev server by running the following command:
```bash
bundle exec jekyll serve
```