Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 607 Bytes

create-openstate

A CLI for creating new Open State project website using SvelteKit. Just run...

npm create openstate@latest

...and follow the prompts.

To quickly test this package

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

License

European Union Public Licence.