https://github.com/hueyy/inatviewer
a simple viewer for iNaturalist observations and images
https://github.com/hueyy/inatviewer
inaturalist
Last synced: 8 months ago
JSON representation
a simple viewer for iNaturalist observations and images
- Host: GitHub
- URL: https://github.com/hueyy/inatviewer
- Owner: hueyy
- License: other
- Created: 2024-11-23T09:11:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T16:21:27.000Z (9 months ago)
- Last Synced: 2025-01-29T17:28:17.974Z (9 months ago)
- Topics: inaturalist
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iNatViewer
[iNatViewer](https://github.com/hueyy/iNatViewer) is a simple viewer for [iNaturalist](https://www.inaturalist.org/) observations and images. It is still at a very preliminary stage and is under heavy development. Visit [inatviewer.huey.xyz](https://inatviewer.huey.xyz/) for a demo.
## Development
This project uses [`devenv`](https://devenv.sh/) to allow you to easily set up the required development environment. After installing `devenv`, cloning this repository, and entering into the repository directory:
```bash
devenv shell
devenv up
```The app (in development mode) will then be accessible at [`http://localhost:8000`](http://localhost:8000).
## Deployment
Using [`docker-compose`](https://docs.docker.com/compose/)
```bash
docker compose up
```You can specify the port via a `.env` file:
```
PORT=8002
```The default port is `8000`.