https://github.com/cpluspatch/globoviz
https://github.com/cpluspatch/globoviz
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpluspatch/globoviz
- Owner: CPlusPatch
- Created: 2025-01-04T14:11:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-05T01:24:57.000Z (about 1 year ago)
- Last Synced: 2025-07-26T04:44:59.061Z (11 months ago)
- Language: Vue
- Size: 42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Globoviz
# Features
- [x] Globe visualization
## Browser Support
The following browsers are **supported** (issues will be prioritized):
- **Chromium**: `110+`
- **Firefox**: `110+`
- **Safari**: `16+`
- **IE**: None.
Other browsers may work, but are not guaranteed to.
# Performance
## Benchmarks
Soon™.
# Installation
## Manual Installation
Here are the steps to install globoviz manually:
1. Clone the repository.
```bash
git clone https://github.com/CPlusPatch/globoviz.git
```
1. Install dependencies.
```bash
bun install
```
1. Build the project.
```bash
bun run build
```
1. Serve the static files in the `.output/public` directory.
> [!WARNING]
>
> `.output/public/200.html` should be configured as a fallback for all 404 errors.
# Development
Run `bun dev` to start the development server.
# License
This project is licensed under the GPL 3.0 - see the [LICENSE](LICENSE) file for details.
# Acknowledgments
## Projects
- [**Bun**](https://bun.sh): Thanks to the Bun team for creating an amazing JavaScript runtime.
- [**Nuxt**](https://nuxt.com): Thanks to the Nuxt team for creating an amazing Vue framework.