Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.08 KB

jogjajs.org

JogjaJS homepage.

Demo

https://jogjajs.org

Tech Stack

  • SvelteKit
  • TypeScript
  • Tailwind CSS

Getting Started

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.

Deployment

You can easily deploy to Cloudflare Pages, or you can learn more from https://kit.svelte.dev/docs/adapters.

Learn More

To learn more about Sveltekit, take a look at the following resources:

License

MIT