Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lue-bird/gmtk-2024

scale the cave, swinging across ropes
https://github.com/lue-bird/gmtk-2024

elm gmtk-2024

Last synced: about 1 month ago
JSON representation

scale the cave, swinging across ropes

Awesome Lists containing this project

README

        

## tree scaler
> scale the tree, swinging from vine to vine

- play: https://lue-bird.github.io/gmtk-2024/
- itch: https://lue-bird.itch.io/tree-scaler

To start the [`elm-state-interface`](https://dark.elm.dmy.fr/packages/lue-bird/elm-state-interface/latest/) app locally,

```shell
npm install && npx vite
```
then open http://localhost:5173/

For all future runs, you just need
```shell
npx vite
```

Links to the tools:
- [vite](https://vitejs.dev/)
- [ryan-haskell/vite-plugin-elm-watch](https://github.com/ryan-haskell/vite-plugin-elm-watch)