# hive **Repository Path**: mirrors_tad-lispy/hive ## Basic Information - **Project Name**: hive - **Description**: A study in Elm - an actor based simulator featuring multiple bugs - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hive Attempt of building an actor based simulator in Elm. Maybe I'll make it into a game one day. ## Setup You need: - [Elm](http://elm-lang.org/), - [Elm Live](https://github.com/tomekwi/elm-live) (can be installed using `npm install`), - [Node.JS](https://nodejs.org/) (it's a requirement for Elm Live). If you use [Nix](https://nixos.org/nix/) run: ```sh nix-shell ``` Otherwise install the dependencies your own way. ## Run ```sh scripts/develop ```