https://github.com/urbanmorph/hejje-gala
This is the source for hejjegala.in (GBCAM challenge with WRI)
https://github.com/urbanmorph/hejje-gala
Last synced: 14 days ago
JSON representation
This is the source for hejjegala.in (GBCAM challenge with WRI)
- Host: GitHub
- URL: https://github.com/urbanmorph/hejje-gala
- Owner: urbanmorph
- License: mit
- Created: 2025-11-19T06:28:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-13T17:28:54.000Z (about 2 months ago)
- Last Synced: 2026-05-13T19:15:34.817Z (about 2 months ago)
- Language: Svelte
- Size: 21.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hejje-gala
This is the source for hejjegala.in (GBCAM challenge with WRI)
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```sh
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
Preview URL: https://preview.hejjegala.in/
## Building
To create a production version of your app:
```sh
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
Production URL: https://hejjegala.in