This is the website for CoW Protocol
# Install dependencies
yarn# Run server
yarn dev# Run eslint
yarn lintyarn build# Run app
yarn start# Extract internationalization literals from the code
yarn i18n:extract
# Generate JS files for the language file
yarn i18n:compile