Skip to content

cowmarketing/cow-fi

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%