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

https://github.com/bmlt-enabled/amalgameet


https://github.com/bmlt-enabled/amalgameet

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# amalgameet

bootstrapped using [Svelte](https://svelte.dev/blog/write-less-code) and [bulma](https://bulma.io/)

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

```bash
npm run build
```

You can preview the built app with `npm run preview`

## Publishing (GitHub)

deploys to gh-pages branch

```bash
npm run deploy
```