Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.06 KB

File metadata and controls

43 lines (27 loc) · 1.06 KB

Sozi Guide

Source code of the Sozi Guide.

Build tools and dependencies

  1. Download and install Racket.
  2. Install Pollen:
raco pkg install pollen
  1. Install npm and the required packages:
npm install

Local project server

Start the project server from the source folder of this repository:

raco pollen start src

Then open a web browser at:

Publishing

Generate a publishable version of the book into the pub folder:

raco pollen publish src pub

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.