# Definitions of done - [ ] build - [x] Cairo - Compile StarkNet app - [x] Solidity - Compile EVM dapp - [ ] Svelte - Compile static Svelte web app - [ ] deploy - [ ] Cairo - Deploy StarkNet app and register deployment files - [ ] Solidity - Deploy & verifiy source code of Solidity dapp and register deployment files - [ ] Svelte - Deploy to Vercel - [ ] test - [x] Cairo - Run test suite using pytest - [ ] Solidity - Run test suite using forge - [ ] Svelte - Run test suite using Playwright - [ ] Dependancies (deps) - [ ] Cairo - Install & populate virtualenv with nile - [ ] Solidity - Install foundry & fetch deps if needed - [ ] Svelte - Install via `yarn install`
Definitions of done
yarn install