Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 259 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 259 Bytes

matter-js-node

Use with docker

Build the container

docker-compose build

start the container

docker-compose up

use without docker

Download dependencies

npm install

start the application

gulp

or

npm start