https://github.com/cowprotocol/cow-fi
https://github.com/cowprotocol/cow-fi
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cowprotocol/cow-fi
- Owner: cowprotocol
- License: other
- Archived: true
- Created: 2022-03-29T11:54:48.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-30T14:27:58.000Z (about 2 years ago)
- Last Synced: 2025-04-12T23:13:52.937Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://cow.fi
- Size: 13 MB
- Stars: 4
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# CoW Protocol - Website
This is the website for CoW Protocol

## 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
```