- Install dependencies with
yarn
- Add
.env
into your project root with proper variables - Run the server with
yarn start
Name | Description |
---|---|
VITE_ETH_NETWORK |
Eth network for your providers and contract (defaults to @bwl/constants) |
VITE_ETH_RPC |
Ethereum node RPC URI (defaults to @bwl/constants) |
VITE_KETL_ATTESTATION_CONTRACT_ADDRESS |
Ketl Attestation contract address, that stores some app data |
VITE_DEV_KETL_ATTESTATION_CONTRACT_ADDRESS |
Ketl Attestation dev contract address, that stores some app data |
VITE_KETL_INVITES_BACKEND |
Link to merkle tree hashes for Ketl |
Also, please, consider looking at .env.sample
.
yarn build
— builds the app for production to thedocs
folderyarn lint
— checks if the code is linted and formattedyarn start
— runs the app in the development modeyarn generate-css-types
— generates the CSS types fortailwind-css