Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cstrnt/loccy
Open-Source Localisation fully types tool that developers will love
https://github.com/cstrnt/loccy
internationalization next-i18next next-international nextjs typescript
Last synced: 19 days ago
JSON representation
Open-Source Localisation fully types tool that developers will love
- Host: GitHub
- URL: https://github.com/cstrnt/loccy
- Owner: cstrnt
- Created: 2022-08-28T06:17:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T12:46:00.000Z (about 2 years ago)
- Last Synced: 2024-12-20T13:59:08.453Z (19 days ago)
- Topics: internationalization, next-i18next, next-international, nextjs, typescript
- Language: TypeScript
- Homepage: https://www.loccy.app
- Size: 595 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loccy - the open-source localization tool
### Warning: Loccy is still in early development and only has a working setup with Next.js + next-18next
### Local Development
Install dependencies:
```bash
pnpm i
```Run the docker-compose file
```bash
docker-compose up -d
```go to http://localhost:3000