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

https://github.com/torstendittmann/is-more-than


https://github.com/torstendittmann/is-more-than

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# is-more-than
Just a little playground for number trivia.

## Get started

Install the dependencies...
*Note that you will need to have [Node.js](https://nodejs.org) installed.*

```bash
cd svelte-app
npm install
```

...then start [Rollup](https://rollupjs.org):

```bash
npm run dev
```

Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.