https://github.com/volumefi/volumefi-website
https://github.com/volumefi/volumefi-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/volumefi/volumefi-website
- Owner: VolumeFi
- License: apache-2.0
- Created: 2022-06-17T18:22:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T16:56:45.000Z (11 months ago)
- Last Synced: 2025-07-25T11:29:22.930Z (10 months ago)
- Language: TypeScript
- Homepage: https://volume.finance
- Size: 11.8 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Volume Finance
This repo the web application for [volume.finance](https://volume.finance/)
## Setup
To run this locally, you will need a Storyblock Api Key and Mixpanel API key.
To set up the app for local development:
```
git clone https://github.com/VolumeFi/volumefi-website.git
cd volumefi-website
### Local Development
# Getting environment variables set
cp .env.example .env
After seeing your .env file, make sure to replace placeholders with your Storyblok Api Key
STORYBLOK_ACCESS_TOKEN=YOUR_STORYBLOK_API_KEY
```
## Run
```
npm install
npm run dev
```
You can see the website at [http://localhost:3000](http://localhost:3000)