https://github.com/torstendittmann/is-more-than
https://github.com/torstendittmann/is-more-than
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/torstendittmann/is-more-than
- Owner: TorstenDittmann
- Created: 2020-07-20T22:43:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T15:44:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T07:42:56.477Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://is-more-than.vercel.app/
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.