declare-ai.org - Declare How You Use Generative AI
This repo contains the source.
Install Docker
Clone this repo
Inside where you cloned, build a Docker image where you can run the server locally:
dx/build
Next, start up a container using the image you just built:
dx/start
Once you've done that, install dev tools inside the running container:
dx/exec bin/setup
Now, run the dev script which will serve up the site and rebuild on changes:
dx/exec bin/dev
View the site locally at localhost:9998
If you make changes to src/
or js/
, you will see a rebuild and a restart of the server.