- Clone the code:
 
git clone https://github.com/OrderlyNetwork/orderly-js-sdk-vite-template.git
cd orderly-js-sdk-vite-template
- Install the dependencies
 
npm install
- Run
 
npm run dev
- Build
 
npm run build
- Create docker image
 
docker build -t orderly-js-sdk-vite-template .
For more information, please visit the following link: