Skip to content

notarun/satmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

satmap

The 3D Satellite Map

stamap screen

Prerequisite

  • node 16
  • npm 9
  • sqlite 3

Setup

git clone https://github.com/notarun/satmap
cd satmap
npm install

# create database and seed the inital data
npm run db:init

# start development servers
npm run dev -w app    # frontend
npm run dev -w cli    # command line
npm run dev -w server # api server

# create production build
npm run build -ws

# production server
npm run start -w server

# fetch and seed latest TLE data
npm run start -w cli seed

Links

About

The 3D Satellite Map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published