{"id":42578296,"url":"https://github.com/albrow/elara","last_synced_at":"2026-01-28T22:02:18.141Z","repository":{"id":144968350,"uuid":"533993129","full_name":"albrow/elara","owner":"albrow","description":"Work-in-progress educational programming game","archived":false,"fork":false,"pushed_at":"2025-06-08T20:56:42.000Z","size":207997,"stargazers_count":79,"open_issues_count":14,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-08T21:32:23.164Z","etag":null,"topics":["game","react","rust","typescript","webassembly"],"latest_commit_sha":null,"homepage":"https://elaragame.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albrow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"albrow","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-09-08T00:45:37.000Z","updated_at":"2025-04-15T15:54:38.000Z","dependencies_parsed_at":"2023-10-20T02:50:27.693Z","dependency_job_id":"1e633184-1a53-4432-8646-1ee6d0fb7b57","html_url":"https://github.com/albrow/elara","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/albrow/elara","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albrow%2Felara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albrow%2Felara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albrow%2Felara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albrow%2Felara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albrow","download_url":"https://codeload.github.com/albrow/elara/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albrow%2Felara/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","react","rust","typescript","webassembly"],"created_at":"2026-01-28T22:02:16.693Z","updated_at":"2026-01-28T22:02:18.129Z","avatar_url":"https://github.com/albrow.png","language":"TypeScript","funding_links":["https://github.com/sponsors/albrow"],"categories":[],"sub_categories":[],"readme":"# Elara\n\nElara is a work-in-progress game which teaches you programming in a fun an interactive way :)\n\n## Project structure\n\n- **elara-lib/** is the root directory for the Rust crate. The Rust code is responsible\n  for most game logic, but doesn't do any rendering.\n\n- **web/** is the root directory for the web UI. This is the part of the code responsible for\n  rendering and user interaction.\n\n## Prerequisites\n\n- Rust and Cargo version \u003e= 1.62.1\n- Node version \u003e= 16.17.0\n- `cargo-watch` ([install here](https://lib.rs/crates/cargo-watch))\n- `wasm-pack` ([install here](https://rustwasm.github.io/wasm-pack/installer/))\n\n## Common commands\n\n### Install dependencies\n\n```sh\nnpm install\nnpm run build:wasm\n```\n\n### Run dev server\n\nRunning the dev server requires two separate commands (e.g. run in separate terminal windows).\nIn the first terminal window:\n\n```sh\nnpm run watch:wasm\n```\n\nIn the second:\n\n```sh\nnpm run dev\n```\n\nThis will start a development server on http://127.0.0.1:5173/. Auto-reloads\nwhen any source code changes.\n\n### How to build in release mode\n\nBuilds the project and places it into the **/web/dist** folder.\n\n```sh\nnpm run build\n```\n\nBuilds the project for distribution on Itch.io:\n\n```sh\nnpm run build:itchio\n```\n\nBuilds and packages the project as a native application via Electron:\n\n```sh\nnpm run build:electron\n```\n\n### Run unit tests\n\n```sh\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbrow%2Felara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbrow%2Felara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbrow%2Felara/lists"}