this repo has no description
lustre frontent oat-ui gleam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:memo: update README

+18 -2
+18 -2
README.md
··· 1 1 # README 2 2 3 - ## Enviroment Variables 3 + ## Compiling Lustre app 4 4 5 - 1. **API_URL** 5 + ```sh 6 + gleam run -m lustre/dev build 7 + # Compiled in 0.07s 8 + # Running lustre/dev.main 9 + # Creating JavaScript bundle... 10 + # ✅ Bundle successfully built. 11 + # Building Tailwind stylesheet... 12 + # ✅ Stylesheet successfully built. 13 + # ✅ HTML generated. 14 + # ✅ Build complete! 15 + ``` 16 + 17 + After compiling, files are now available inside the `dist/` directory. 18 + 19 + - index.html 20 + - client.js 21 + - client.css