sloane.sh/README.md

23 lines
245 B
Markdown
Raw Permalink Normal View History

# sloane.sh
2024-02-16 16:09:35 -05:00
2024-02-16 16:11:13 -05:00
## Setup
2024-02-16 16:09:35 -05:00
```sh
brew install --cask racket
raco pkg install pollen
```
## Working on the site
```sh
raco pollen start site
```
## Building the site
2024-02-16 16:09:35 -05:00
```sh
mkdir -p build
raco pollen render site
raco pollen publish site build
```