sloane.sh/README.md
2024-11-09 11:14:22 -05:00

22 lines
245 B
Markdown

# sloane.sh
## Setup
```sh
brew install --cask racket
raco pkg install pollen
```
## Working on the site
```sh
raco pollen start site
```
## Building the site
```sh
mkdir -p build
raco pollen render site
raco pollen publish site build
```