Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 304 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 304 Bytes

@defi/site

The DeFi website.

Running

We use Next.js to build the website.

$ yarn
$ yarn dev

Deploying

First, ensure you have no uncommitted changes. Then:

$ yarn deploy

This will push the website to GitHub Pages, and the changes will be reflected shortly.

License

MIT