https://github.com/drift-labs/drift-protocol-v2-docs
https://github.com/drift-labs/drift-protocol-v2-docs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drift-labs/drift-protocol-v2-docs
- Owner: drift-labs
- License: mit
- Created: 2024-05-01T18:45:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-28T10:31:50.000Z (12 months ago)
- Last Synced: 2024-05-29T02:11:55.255Z (12 months ago)
- Language: MDX
- Homepage: https://drift-protocol-v2-docs.vercel.app
- Size: 17.1 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👾 Drift Protocol Documentation
[Drift Protocol](https://www.drift.trade/) brings on-chain, cross-margined perpetual futures to Solana. Making futures DEXs the best way to trade.
## Local Development
First, run `pnpm i` to install the dependencies.
Then, run `pnpm dev` to start the development server and visit localhost:3000.
## License
This project is licensed under the MIT License.
## Deployment
Before deploying to vercel, run yarn and commit the package-lock.json file. This is necessary for new navigation routes to show up in the build output.