A 3D pocket sized solar system using React Three Fiber.
Node.js
NPM
Git
- move to the directory you would like to develope from
- clone from repo
- install dependencies
- run locally on port 3000
cd <projects directory>
git clone <repo link>
cd solar_system
npm install
npm run start