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

https://github.com/mingfang/mosaic-svelte

Svelte Components For Mosaic
https://github.com/mingfang/mosaic-svelte

mosaic svelte-components

Last synced: 8 months ago
JSON representation

Svelte Components For Mosaic

Awesome Lists containing this project

README

          

## POC to integrate [Mosaic](https://uwdata.github.io/mosaic/) with Svelte.
## [Live Demo](https://mosaic-svelte.rebelsoft.com/)

![](/screenshot.png?raw=true)

## 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
```

## Building

To create a production version of your app:

```bash
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://kit.svelte.dev/docs/adapters) for your target environment.