Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flexoid/translators-map
Map of certified translators in Poland
https://github.com/flexoid/translators-map
Last synced: 28 days ago
JSON representation
Map of certified translators in Poland
- Host: GitHub
- URL: https://github.com/flexoid/translators-map
- Owner: flexoid
- Created: 2022-09-11T13:08:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T22:07:05.000Z (11 months ago)
- Last Synced: 2024-10-12T07:48:42.524Z (3 months ago)
- Language: Go
- Size: 4.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sworn translator map
Polish sworn translators on map.
https://sworntranslatormap.com
![Screen recording](./docs/screen-recording.gif)
## Configuration
Run with `--help` or check out [config.go](./internal/config/config.go) for configuration options.
## Deployment
See included [docker-compose.yml](./docker-compose.yml) for a deployment example.
## Development
Run backend process:
```
go run main.go server# or with hot reload using Air
air
```Run scraper:
```
go run main.go scraper
```Run frontend dev server:
```
./web
npm run dev
```To regenerate and compile translations run:
```
npm run i18n
```