Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lue-bird/gmtk-2024
- Owner: lue-bird
- Created: 2024-08-18T09:13:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:26:35.000Z (3 months ago)
- Last Synced: 2024-09-29T10:20:57.044Z (about 2 months ago)
- Topics: elm, gmtk-2024
- Language: Elm
- Homepage: https://lue-bird.itch.io/tree-scaler
- Size: 3.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-scalerTo 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)