Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 395 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 395 Bytes

🛠 DAC Factory 🛠

Create a Decentralized Autonomous Community (DAC) to fit the needs of your organization and community

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

cp .env.example .env.development
quasar dev

Build the app for production

cp .env.example .env
quasar build