| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Project name: 3Dmap
Interactive 3D starmap built with Three.js, Vite, and TypeScript. Explore nearby systems, visualize jump links, and toggle link types.
Confirm your versions:
node -v
npm -v# Clone (repo name is 3Dmap)
git clone https://github.com/jbarson/3Dmap.git
cd 3Dmap
# Install deps
npm ci
# Run dev server (Vite defaults to http://localhost:5173)
npm run devThen open http://localhost:5173 in your browser.
Data sources:
npm run dev # start Vite dev server
npm run build # production build
npm test # single test run (non-watch)
npm run test:watch # vitest in watch mode (local dev)
npm run lint # eslint (warnings allowed)
npm run lint:ci # eslint with max-warnings=0 (CI)
npm run lint:fix # fix autofixable issues
npm run format # prettier writeKey files:
npm run dev -- --port 5174Vitest runs in a jsdom environment (see vite.config.js).
npm test # single run
npm run test:watch # watch modeGitHub Actions workflow at .github/workflows/ci.yml runs on push/PR:
ISC. See package.json.
| Back | FazBrowse Home | New Git URL |