-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/override_resource_on_classic
- Loading branch information
Showing
3 changed files
with
8 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,9 @@ | ||
<p align="center"> | ||
<a href="https://github.com/reearth/reearth-visualizer"> | ||
<img src="./public/reearth-logo.svg" alt="Logo" width="300" height="300"> | ||
</a> | ||
</p> | ||
# Re:Earth Classic | ||
|
||
[![GitHub stars](https://img.shields.io/github/stars/reearth/reearth.svg?style=social&label=Star&maxAge=2592000)](https://github.com/reearth/reearth-visualizer/stargazers/) | ||
[![issues](https://img.shields.io/github/issues/reearth/reearth)](https://img.shields.io/github/issues/reearth/reearth) | ||
[![license](https://img.shields.io/github/license/reearth/reearth)](https://github.com/reearth/reearth-visualizer/blob/main/LICENSE) | ||
[![release](https://img.shields.io/github/release/reearth/reearth.svg)](https://github.com/reearth/reearth-visualizer/releases/) | ||
[![discussions](https://img.shields.io/badge/discussion-welcome-green.svg)](https://github.com/reearth/reearth-visualizer/discussions) | ||
[![chat](https://img.shields.io/discord/870497079166910514?color=%237289DA&logo=discord)](https://discord.gg/Q6kmXnywfw) | ||
Originally called Re:Earth, the product was separated into Visualiser and Classic following a major revamp. This repository is Classic. This repository is intended to run the existing Re:Earth cloud service without changing the code base of Re:Earth too significantly. No new features will be added, only bug fixes and other maintenance. | ||
|
||
<p align="center"> | ||
<a href="https://reearth.io">Website</a> | ||
Β· | ||
<a href="https://docs.reearth.io">Documentation</a> | ||
Β· | ||
<a href="https://www.figma.com/community/file/1027048965458642686">Figma</a> | ||
Β· | ||
<a href="https://github.com/reearth/reearth-visualizer/issues">Issues</a> | ||
Β· | ||
<a href="https://github.com/reearth/reearth-visualizer/discussions">Discussions</a> | ||
Β· | ||
<a href="https://discord.gg/XJhYkQQDAu">Discord</a> | ||
</p> | ||
|
||
https://user-images.githubusercontent.com/49897538/123731067-6c802000-d8d2-11eb-9e03-cb7e46eff04e.mp4 | ||
|
||
--- | ||
|
||
π‘ **We are hiring full-time OSS comitters!** [https://eukarya.io/join](https://eukarya.io/join) | ||
|
||
## Features | ||
|
||
- π Highly extensible thanks to the robust plugin system | ||
- π» Super handy being browser-based | ||
- πͺ Supports standard GIS data formats (CSV, KML, CZML, GeoJSON and shapefile) | ||
- π’ Easily make a project public | ||
- β¨ Freely style the map | ||
|
||
## Built with | ||
|
||
[React](https://github.com/facebook/react), [TypeScript](https://github.com/microsoft/TypeScript), [Go](https://github.com/golang/go), [GraphQL](https://github.com/graphql), [MongoDB](https://www.mongodb.com/), [WebAssembly](https://webassembly.org/) (plugin execution), [OpenID Connect](https://openid.net/connect/) | ||
|
||
## Getting Started | ||
|
||
```sh | ||
mkdir reearth | ||
cd reearth | ||
curl -O https://raw.githubusercontent.com/reearth/reearth/main/docker-compose.yml | ||
docker compose up -d | ||
# visit http://localhost:8080 | ||
``` | ||
|
||
For more information, refer to the [Documentation](https://docs.reearth.io/developer-guide/intro/setup/set-up-reearth-in-your-environment). | ||
|
||
## Cloud Service (SaaS) | ||
|
||
We also maintain a cloud service [here](https://reearth.io/), which can help you start your Re:Earth journey quicker. | ||
|
||
## Environment | ||
|
||
### OS | ||
|
||
| Windows 10+ | Apple macOS 10.12 (macOS Sierra)+ | ChromeOS | iOS 11+ | Android 10+ | Linux (with the desktop) | | ||
| --------- | --------- | --------- | --------- | --------- | --------- | | ||
| β | β | β | β | β | β | | ||
|
||
### Web Browsers | ||
|
||
| ![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_32x32.png) <br />Edge | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_32x32.png) <br /> Firefox | ![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_32x32.png) <br /> Chrome | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_32x32.png) <br /> Safari | ![iOS Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari-ios/safari-ios_32x32.png) <br />iOS Safari | ![Chrome for Android](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_32x32.png) <br/> Chrome for Android | | ||
| --------- | --------- | --------- | --------- | --------- | --------- | | ||
| 91+ | 57+ | 58+ | 11+ | last 2 versions | last 2 versions | ||
|
||
## Roadmap | ||
|
||
See the [Roadmap](https://github.com/reearth/reearth-visualizer/projects/1) for a list of proposed features (and known issues). | ||
If your have any requests for features, they are more than welcome! Just create an issue [here](https://github.com/reearth/reearth-visualizer/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) with the `feature request` tag. | ||
|
||
## Community | ||
|
||
- [Discussions](https://github.com/reearth/reearth-visualizer/discussions) | ||
- [Discord](https://discord.gg/Q6kmXnywfw): Feel free to come in! | ||
|
||
## Contributing | ||
|
||
See [the contributing guide](contributing.md). | ||
|
||
## Contributers | ||
|
||
[![Contributers](https://contrib.rocks/image?repo=reearth/reearth)](https://github.com/reearth/reearth-visualizer/graphs/contributors) | ||
|
||
Made with [contrib.rocks](https://contrib.rocks). | ||
|
||
## Contact | ||
|
||
Re:Earth core comitters: [[email protected]](mailto:[email protected]) | ||
See [Re:Earth Visualizer repo](https://github.com/reearth/reearth-visualizer) to access the latest Re:Earth! | ||
|
||
## License | ||
|
||
Distributed under the Apache-2.0 License. See [LICENSE](LICENSE) for more information. | ||
[Apache License v2](LICENSE) |