Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 587 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 587 Bytes

Template for Orderly SDK v2 based on Next.js

Getting started

  1. Clone the code:
git clone https://github.com/OrderlyNetwork/orderly-js-sdk-nextjs-template.git
cd orderly-js-sdk-nextjs-template
  1. Install the dependencies
npm install
  1. Run
npm run dev
  1. Build
npm run build
  1. Create docker image
docker build -t orderly-js-sdk-nextjs-template .

Docs

For more information, please visit the following link: