Skip to content

OrderlyNetwork/orderly-js-sdk-remix-template

Repository files navigation

Template for Orderly SDK v2 based on Remix

Getting started

  1. Clone the code:
git clone https://github.com/OrderlyNetwork/orderly-js-sdk-remix-template.git
cd orderly-js-sdk-remix-template
  1. Install the dependencies
npm install
  1. Development

Run the dev server:

npm run dev
  1. Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start
  1. Create docker image
docker build -t orderly-js-sdk-remix-template .

Docs

For more information, please visit the following link:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published