JogjaJS homepage.
- SvelteKit
- TypeScript
- Tailwind CSS
To get started running the project locally, please follow the steps below.
First, clone the repository.
git clone https://github.com/jogjajs/jogjajs.org.git
Then, install dependencies and fetch data to your local machine. Note that we use PNPM.
cd jogjajs.org
pnpm install
Finally, run the development server.
pnpm dev
Open http://127.0.0.1:5173 with your browser to see the result.
You can easily deploy to Cloudflare Pages, or you can learn more from https://kit.svelte.dev/docs/adapters.
To learn more about Sveltekit, take a look at the following resources:
- Svelte Kit Documentation - learn about Svelte Kit features and API.
- Learn Svelte - an interactive Svelte tutorial.