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

https://github.com/balancer/marketing-site

Marketing site
https://github.com/balancer/marketing-site

Last synced: about 1 year ago
JSON representation

Marketing site

Awesome Lists containing this project

README

          

# Marketing Site

Main landing site for the Balancer ecosystem at [https://balancer.fi](https://balancer.fi). Vue and Nuxt.js static app.

## Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```