/pupil-planetary

Planetary display in 2D and 3D for Pupil

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Planetary Demo for Pupil

This is a rapid built using create-react-app to provide a quick and dirty scaffolding, with docker added to the mix for cross OS development.

As there are a few commitments today, I have therefore broken up the tasks and timeslots into 3 phases. with Preparation set for 30minutes for the 1st phase, building out the app in the 2nd and if time allows writing up a conclusion with may be some improvements.

INDEX

  1. RESEARCH
  2. TASK
  3. IMPLEMENTATION
  4. CONCLUSION

HOWTO

Assumed docker is installed and running on computer. Buid

docker-compose build

Run and Build

docker-compose up --build

Stop

docker-compose down

Alternatively with NPM

Build

npm install

Run

npm run start