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