Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lue-bird/blog
thoughts lue wrote down
https://github.com/lue-bird/blog
ast blog elm typed typesafe
Last synced: 6 days ago
JSON representation
thoughts lue wrote down
- Host: GitHub
- URL: https://github.com/lue-bird/blog
- Owner: lue-bird
- Created: 2023-10-18T02:03:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:51:13.000Z (3 months ago)
- Last Synced: 2025-01-12T11:52:17.889Z (15 days ago)
- Topics: ast, blog, elm, typed, typesafe
- Language: Elm
- Homepage: https://lue-bird.github.io/blog/
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
So far, I've shared ideas through elm packages.
But well... some ideas have not worked out, some were abandoned, some are about external tools.→ [website](https://lue-bird.github.io/blog/)
#### run 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:
- [elm-state-interface](https://dark.elm.dmy.fr/packages/lue-bird/elm-state-interface/latest/)
- [vite](https://vitejs.dev/)
- [ryan-haskell/vite-plugin-elm-watch](https://github.com/ryan-haskell/vite-plugin-elm-watch)
- [lydell/elm-watch](https://lydell.github.io/elm-watch/)### contributing
Before building the new version, generate the new rss feed with
```bash
npm run build-step
```