An open API service indexing awesome lists of open source software.

https://github.com/cpluspatch/globoviz


https://github.com/cpluspatch/globoviz

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          


Globoviz


TypeScript logo
Vue logo
Nuxt logo
Bun logo
CSS3 logo
HTML5 logo
Linux logo
TailwindCSS logo


# 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.