- Clone the code:
git clone https://github.com/OrderlyNetwork/orderly-js-sdk-remix-template.git
cd orderly-js-sdk-remix-template
- Install the dependencies
npm install
- Development
Run the dev server:
npm run dev
- Deployment
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
- Create docker image
docker build -t orderly-js-sdk-remix-template .
For more information, please visit the following link: