A web app that visualizes over 100,000 stars from a CSV dataset in an interactive 3D view. Hello
Install dependencies
npm installRun the development server
npm run devThe app will be available at http://localhost:5173 .
Build for production (optional)
npm run build