deliberative/website
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# deliberative.io This is the source code for the decentralized, deliberative democracy platform. ## Developing ```bash # start the server and open the app in a new browser tab npm run dev -- --open ``` ## Building To create a production version: ```bash npm run build ``` You can preview the production build with `npm run preview`.