Go to file
TakeV 04a226e5e0
Move webserver code to (guile-docs server webserver)
This also hooks the rendering logic to render the templates directly
2023-12-13 12:20:25 -05:00
doc Set up hall 2023-12-08 10:25:58 -05:00
guile-docs Move webserver code to (guile-docs server webserver) 2023-12-13 12:20:25 -05:00
public Create templates file to handle rendering and move temp scripts into it 2023-12-13 10:48:29 -05:00
scripts Add guile-repl script to quickly launch a guile repl 2023-12-13 10:01:17 -05:00
.dir-locals.el Add dir locals and add haunt dependency 2023-12-12 23:45:07 -05:00
.gitignore Set up hall 2023-12-08 10:25:58 -05:00
COPYING Set up hall 2023-12-08 10:25:58 -05:00
HACKING Set up hall 2023-12-08 10:25:58 -05:00
README Set up hall 2023-12-08 10:25:58 -05:00
README.org Add note to readme about scripts/launch-dev-shell 2023-12-13 09:43:39 -05:00
guile-docs.scm Move webserver code to (guile-docs server webserver) 2023-12-13 12:20:25 -05:00
guix.scm Reorg guix.scm to define the package explicitly 2023-12-13 09:31:32 -05:00
hall.scm Create templates file to handle rendering and move temp scripts into it 2023-12-13 10:48:29 -05:00
manifest.scm Add helper script to launch the dev shell 2023-12-13 09:42:00 -05:00

README

# -*- mode: org; coding: utf-8; -*-

#+TITLE: README for Guile Guile-Docs

Like janetdocs or clojuredocs, but for guile!

* Developing
** Guix
Either run src_bash{scripts/launch-dev-shell} or run src_bash{guix shell -Df guix.scm -m manifest.scm} to get a developer environment.

manifest.scm is intended for dev tools related programs.