# servy **Repository Path**: zhanxucong/servy ## Basic Information - **Project Name**: servy - **Description**: gleam-based servy from elixir tutorial - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-23 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # servy [![Package Version](https://img.shields.io/hexpm/v/servy)](https://hex.pm/packages/servy) [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/servy/) ```sh gleam add servy@1 ``` ```gleam import servy pub fn main() -> Nil { // TODO: An example of the project in use } ``` Further documentation can be found at . ## Development ```sh gleam run # Run the project gleam test # Run the tests ```