npm install
npm run dev
This 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:8669
to VeWorld to make this work
dist/config.ts
is 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)