Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 549 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 549 Bytes

mnts

mnts is an experiment to build a data-driven ThreeJS landscape. See Demo

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# lint the Typescript
npm run lint

# run the tests
npm test

# run the tests on changes
npm run test:watch

# run the test suite and generate a coverage report
npm run coverage

# build for production with minification
npm run build

# clean the production build
npm run clean