https://github.com/chargetrip/globe
https://github.com/chargetrip/globe
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chargetrip/globe
- Owner: chargetrip
- Created: 2021-10-26T08:27:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T16:15:15.000Z (over 4 years ago)
- Last Synced: 2025-03-24T05:36:00.690Z (about 1 year ago)
- Language: TypeScript
- Size: 770 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# globe
## Install
Install the required dependencies
```none
npm i
```
To start a development build and watch for changes
```none
npm run watch
```
To output a production build
```none
npm run build
```