Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volumefi/volumefi-website
https://github.com/volumefi/volumefi-website
Last synced: about 2 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T17:57:44.000Z (7 months ago)
- Last Synced: 2024-06-24T19:51:23.347Z (7 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 Storyblok 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 .envAfter 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)