https://github.com/balancer/marketing-site
Marketing site
https://github.com/balancer/marketing-site
Last synced: about 1 year ago
JSON representation
Marketing site
- Host: GitHub
- URL: https://github.com/balancer/marketing-site
- Owner: balancer
- Created: 2021-04-20T18:54:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T09:20:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-09T06:02:01.561Z (over 1 year ago)
- Language: Vue
- Homepage: https://balancer.fi
- Size: 29 MB
- Stars: 1
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```