« Home

Shell Commands [guide-0005]

If you face error like raco tr cannot find such command, run raco setup.

  1. Run raco tr build to build HTMLs
  2. Run raco tr watch to watch content changes and build on fly
  3. Run raco tr next to get next available address, for example, you might like to run
    vi $(raco tr next xxx).scrbl
    to work on a new file (replace vi with any command line editor command)

The output directory is _build, run python3 -m http.server -d _build to view result, or upload it to host.