Skip to content

tu-lambda/tu-lambda.github.io

Repository files navigation

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

In case you're looking for a place to contribute a talk/lightning talk, take a look here: https://github.com/tu-lambda/planning/issues/new

Development

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, and then git clone your fork
  2. Run the development server:
cd functional-coders.github.io
nix run
  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.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •