An open API service indexing awesome lists of open source software.

https://github.com/cowprotocol/cow-fi


https://github.com/cowprotocol/cow-fi

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CoW Protocol - Website
This is the website for CoW Protocol

![cow-protocol-twitter-header-background-4](https://user-images.githubusercontent.com/31534717/184152766-0f59452a-1971-4c3e-9417-e7ed59f9e0cf.png)

## Setup
```bash
# Install dependencies
yarn
```

## Dev server
```bash
# Run server
yarn dev
```

## Lint
```bash
# Run eslint
yarn lint
```

## Build
```bash
yarn build
```

# Run server
```bash
# Run app
yarn start
```

# Internationalization
```bash
# Extract internationalization literals from the code
yarn i18n:extract

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