A CLI for creating new Open State project website using SvelteKit. Just run...
npm create openstate@latest
...and follow the prompts.
docker run --rm -it node bash
cd /opt
mkdir openstate
cd openstate
npm create openstate@latest
npm install
npm run dev -- --open --host
# Open the shown 'Network' URL in your browser (e.g., http://172.17.0.2:5173/)
# Click on the 'Design kit' tab to see the components, layouts and examples