No description
  • JavaScript 86.5%
  • CSS 10.2%
  • Gleam 2%
  • Nix 0.9%
  • HTML 0.4%
Find a file
2025-02-24 17:39:30 -03:00
.github/workflows feat: Initial commit 2025-02-20 17:56:33 -03:00
priv/static feat: Initial Tailwind CSS support 2025-02-24 17:39:30 -03:00
src feat: Slightly nicer looking, dev task 2025-02-24 11:53:44 -03:00
test feat: Initial commit 2025-02-20 17:56:33 -03:00
.envrc feat: Initial commit 2025-02-20 17:56:33 -03:00
.gitignore feat: Slightly nicer looking, dev task 2025-02-24 11:53:44 -03:00
devenv.lock feat: Initial commit 2025-02-20 17:56:33 -03:00
devenv.nix feat: Slightly nicer looking, dev task 2025-02-24 11:53:44 -03:00
devenv.yaml feat: Initial commit 2025-02-20 17:56:33 -03:00
gleam.toml feat: Initial commit 2025-02-20 17:56:33 -03:00
index.html feat: Initial Tailwind CSS support 2025-02-24 17:39:30 -03:00
manifest.toml feat: Initial commit 2025-02-20 17:56:33 -03:00
README.md feat: Initial commit 2025-02-20 17:56:33 -03:00
tailwind.config.js feat: Initial Tailwind CSS support 2025-02-24 17:39:30 -03:00

app

Package Version Hex Docs

gleam add app@1
import app

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/app.

Development

gleam run   # Run the project
gleam test  # Run the tests