Sifchain dex/margin app
-
Create a
.env
file under<root>/apps/dex
with the environment variables as seen in.env.example
-
run the application:
pnpm dev
This application is deployed through vercel
upon commits being pushed to key branches:
-
main
- integration branch, all feature branches are created frommain
and merged back tomain
. This will start a deployment to https://sifchain-dex.vercel.app -
env/margin-staging
- mergingmain
intoenv/margin-staging
will start a deployment to https://sifchain-margin-staging.vercel.app -
env/margin-production
- mergingmain
intoenv/margin-staging
will start a deployment to https://sifchain-margin.vercel.app