Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 903 Bytes

File metadata and controls

63 lines (34 loc) · 903 Bytes

Astrolabe

Astrolabe is an AR app for space debris created for the Nasa Space Apps hackathon

Grou

Run for the first time

npm install

Run form Qr code

npm start

Run for Android emulator

npm run android

Run for web

npm run web

Contribution

For the first time

git clone https://github.com/technoo0/Astrolabe.git
git add .
git commit -m "new commit"
git branch -M main
git push -u origin main

Normal push

git add .
git commit -m "new commit"
git push