/cow-fi

Primary LanguageTypeScriptOtherNOASSERTION

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