Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukhlishga/lokalise-frontend
Frontend website for Lokalise Pro Max, a replica of Lokalise with better features. My project at GoTo / Gojek Hackathon 2024, won 2nd place out of 95 teams / 371 participants across Indonesia, India, Singapore, and China.
https://github.com/mukhlishga/lokalise-frontend
frontend hackathon javascript lokalise react typescript vite web
Last synced: about 8 hours ago
JSON representation
Frontend website for Lokalise Pro Max, a replica of Lokalise with better features. My project at GoTo / Gojek Hackathon 2024, won 2nd place out of 95 teams / 371 participants across Indonesia, India, Singapore, and China.
- Host: GitHub
- URL: https://github.com/mukhlishga/lokalise-frontend
- Owner: mukhlishga
- Created: 2025-01-19T08:14:13.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2025-01-19T08:53:37.000Z (15 days ago)
- Last Synced: 2025-01-19T09:24:21.389Z (15 days ago)
- Topics: frontend, hackathon, javascript, lokalise, react, typescript, vite, web
- Language: TypeScript
- Homepage: https://www.instagram.com/humansofgoto/p/DEM6Wu7Pil1/?img_index=1
- Size: 6.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lokalise Website
Frontend website for Lokalise Pro Max, a replica of [Lokalise](https://lokalise.com) with better features: image annotation capability, page-based UI for better view, etc.
My project at GoTo / Gojek Hackathon 2024, won 2nd place out of 95 teams / 371 participants across Indonesia, India, Singapore, and China.
Click [here](https://github.com/mukhlishga/lokalise-backend) to see the backend part.
## Requirements
- pnpm 8.10.5
- node 20.12.2
- react 19.0.0## Setting up project
1. Make a .env file in the root directory, fill it with the required keys as indicated in .env.sample file
2. Install all dependencies
```
pnpm install
```3. Run project
```
pnpm run dev
```4. Short demo