Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

velodrome-finance/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Velodrome Finance 🚲💨📃

Velodrome Finance product documentation.

This is where we work on product documentation which is built and deployed into the main app.

To run the Nextra server, use:

docker run --rm -v $(pwd):/app -p 3000:3000 -w /app -it node:lts-alpine sh -c 'yarn && yarn next'