Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 428 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 428 Bytes

Responsive Order Book example with NextJS using WebSocket

Getting Started

Copy .env.example as .env.local

Install

yarn

Run development server

yarn dev

Open http://localhost:3000 with your browser to see the result.

Demo site

Demo

Tests

Unit tests :

yarn test

E2E tests :

yarn cypress