Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rikedyp/aplworkshop


https://github.com/rikedyp/aplworkshop

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Learn Dyalog APL Workshop
## A self-contained course for instructors

## Development

The APL Workshop course is developed using Jekyll, since it has native GitHub Pages support.

**Requirements:**
* Ruby
* Jekyll

### Setup on Ubuntu

[Source](https://jekyllrb.com/docs/installation/ubuntu/)

1. `sudo apt-get install ruby-full build-essential zlib1g-dev`
2. `gem install jekyll bundler`

### Local Development & Testing
`bundle install && ./serve.sh`

The `serve.sh` help script has the following options:

* `-h`: Define a host, defaults to `0.0.0.0`.
* `-p`: Define a port, defaults to `4000`.