Website: jvm.jvmdeveloper.io
JVM Indonesia is a community dedicated to Java Virtual Machine developers in Indonesia. The platform serves as a central hub for connecting Java developers and fostering knowledge sharing within the local tech ecosystem.
Join our community across multiple platforms:
We organize workshops and events for the Java community. Check our event calendar and registration portals for upcoming activities.
| Technology | Version | Description |
|---|---|---|
| Svelte | 5 | Frontend framework |
| SvelteKit | 2 | Full-stack framework |
| Vite | 7 | Build tool |
| TypeScript | 5 | Type-safe JavaScript |
| Tailwind CSS | 4 | Utility-first CSS |
| Storybook | 10 | UI component explorer |
| Vitest | 4 | Unit testing |
| Playwright | 1.57 | E2E testing |
| ESLint | 9 | Linting |
| Prettier | 3 | Code formatting |
This project is built with Svelte, powered by sv.
- Node.js
- npm, pnpm, yarn, or bun
Install dependencies:
npm installStart the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version:
npm run buildPreview the production build:
npm run previewTo deploy your app, you may need to install an adapter for your target environment.