An open API service indexing awesome lists of open source software.

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)

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