npm installnpm run devThis will:
- Run a local solo node
- Deploy contracts on it
- Start website in development mode
- Start a CloudFlare Worker within the pages
- with fee delegation
You need to:
- Add network
http://localhost:8669to VeWorld to make this work
dist/config.tsis updated on contract deployments and used for contract access in website
- Improve configuration to easier toggle between networks (especially solo/testnet)
- Streamline environment configuration, to avoid duplication
- Simplify turbo configuration
- Create a demo deployment
- Root dir:
apps/website - Build command:
npm run build - Output dir:
dist - Environment variables must be encrypted (See Bug-Report on CloudFlare)