README
frontend
gleam add frontend@1
import frontend
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/frontend.
Development
gleam run # Run the project
gleam test # Run the tests
Build and Run (for developer)
on project root directory (..)
nix develop
nix build .#frontend
mkdir -p frontend/priv/static
cp result/graphviz.js frontend/priv/static/
cd frontend
python3 -m http.server 1234