An interactive data engineering project showcasing linguistic communicability of countries across the world with a user-selected combination of L2 languages.
- React
- Deck.gl
- MapLibre GL
- TypeScript
- Install dependencies:
npm ci - Start the development server:
npm run dev - Open the app in your browser at
http://localhost:5173
- Default build path base is
/. - To build for a subpath deployment, set
VITE_BASE_PATHin your .env file (or as an environment variable) during build time.