Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

cowprotocol/cow-fi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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