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

Latest commit

 

History

History
11 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 337 Bytes

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'