Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 604 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 604 Bytes

CoW Protocol - Website

This is the website for CoW Protocol

cow-protocol-twitter-header-background-4

Setup

# Install dependencies
yarn

Dev server

# Run server
yarn dev

Lint

# Run eslint
yarn lint

Build

yarn build

Run server

# Run app
yarn start

Internationalization

# Extract internationalization literals from the code
yarn i18n:extract

# Generate JS files for the language file
yarn i18n:compile