Skip to content

Commit

Permalink
Merge branch 'main' into fix/override_resource_on_classic
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice committed Jul 8, 2024
2 parents 93b811d + 1548e2d commit 0dd4e6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 101 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_server_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: true
env:
IMAGE: reearth/reearth:nightly
IMAGE_GCP: us.gcr.io/reearth-oss/reearth:nightly
IMAGE_GCP: us-central1-docker.pkg.dev/reearth-oss/reearth/reearth:nightly
GCP_REGION: us-central1
jobs:
deploy_test:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
- name: Configure docker
run: gcloud auth configure-docker --quiet
run: gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
- name: docker push
run: |
docker pull $IMAGE
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: E2E test
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * 1-5'
# schedule:
# - cron: '0 3 * * 1-5'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
Expand Down
101 changes: 4 additions & 97 deletions README.md
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)

0 comments on commit 0dd4e6c

Please sign in to comment.