Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 653 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 653 Bytes

lidar-viewer

This project aims at exposing code to develop a web-based lidar viewer.

This project was bootstrapped with Create React App. It is based on three.js, more specifically three-full.

How to

First, clone the repository:

git clone [email protected]:AlexandreSi/lidar-viewer.git && cd lidar-viewer

Note: It might take time as it downloads the .las file as well.

Then install the node modules:

yarn install

Finally, launch the app:

yarn start

And navigate to http://localhost:3000/!