aboutsummaryrefslogtreecommitdiffhomepage

Functional Coders Tübingen

The main website of the functional coders meetup Tübingen. Written in Racket and Pollen, built with Nix, hosted on GitHub Pages.

Setup

1) Nix

The easiest way to get started with local development is to use Nix:

  1. Install Nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
  1. Fork this repo
  2. Enter the nix development environment (from inside the repo):
cd functional-coders.github.io && nix develop
  1. Run the project server
raco pollen start
  1. edit files, reload the browser window, see the changes

2) 'Normal' install

  1. Download & Install Racket: download.racket-lang.org
  2. Install Pollen:
λ raco pkg install --auto --skip-installed pollen racket-langserver string-interpolation
  1. Fork this repo.
  2. Start Pollens' project server from the project root:
λ raco pollen start 
  1. edit some file; reload your browser window; see the change.