{"id":19566326,"url":"https://github.com/juliendargelos/lilu-prototype","last_synced_at":"2026-06-15T15:31:48.521Z","repository":{"id":89723265,"uuid":"117096279","full_name":"juliendargelos/lilu-prototype","owner":"juliendargelos","description":"La lecture à deux (prototype)","archived":false,"fork":false,"pushed_at":"2018-03-23T13:42:17.000Z","size":273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"source","last_synced_at":"2025-02-26T09:44:52.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliendargelos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-01-11T12:17:32.000Z","updated_at":"2018-04-16T09:47:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e7d05c1-ee11-48ce-b10c-e24dd254873c","html_url":"https://github.com/juliendargelos/lilu-prototype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juliendargelos/lilu-prototype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Flilu-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Flilu-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Flilu-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Flilu-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliendargelos","download_url":"https://codeload.github.com/juliendargelos/lilu-prototype/tar.gz/refs/heads/source","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendargelos%2Flilu-prototype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34369840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T05:31:07.615Z","updated_at":"2026-06-15T15:31:48.402Z","avatar_url":"https://github.com/juliendargelos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lilu\n\n*La lecture à deux* (prototype)\n\n## Install\n\n### 1. [Homebrew](https://brew.sh/index_fr.html)\n\n#### Check if [Homebrew](https://brew.sh/index_fr.html) is installed:\n\n```bash\nbrew\n```\n\nThe output should start with something like:\n\n```bash\nExample usage:\n  brew search [TEXT|/REGEX/]\n...\n```\n\n#### If not, install [Homebrew](https://brew.sh/index_fr.html):\n\n*It could take a while...*\n\n```bash\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\n### 2. [rbenv](https://github.com/rbenv/rbenv)\n\n#### Check if [rbenv](https://github.com/rbenv/rbenv) is installed:\n\n```bash\nrbenv\n```\n\nThe output should start with something like:\n\n```bash\nrbenv 1.0.0\nUsage: rbenv \u003ccommand\u003e [\u003cargs\u003e]\n...\n```\n\n#### If not, install [rbenv](https://github.com/rbenv/rbenv):\n\n*It could take a while...*\n\n```bash\nbrew install rbenv\n```\n\nThen type the following command and follow the instructions:\n\n```bash\nrbenv init\n```\n\n### 3. [Ruby](http://ruby-doc.org)\n\n#### Check if you have the proper [Ruby](http://ruby-doc.org) version installed:\n\n```bash\nrbenv versions\n```\n\nA list of ruby version will be printed, check if it contains `2.4.2`.\n\n#### If not, install the proper [Ruby](http://ruby-doc.org) version:\n\n*It could take a while...*\n\n```bash\nrbenv install 2.4.2\n```\n\n### 4. Clone the [repository](https://www.github.com/juliendargelos/lilu)\n\n```bash\ngit clone git@github.com:juliendargelos/lilu.git\n```\n\nThen go into the project directory, probably:\n\n```\ncd lilu\n```\n\n### 5. [Bundler](http://bundler.io)\n\n#### Check if [Bundler](http://bundler.io) is installed:\n\n```bash\nbundle -v\n```\n\nThe output should look like:\n\n```bash\nBundler version 1.16.0.pre.3\n```\n\n#### If not, install [Bundler](http://bundler.io):\n\n*It could take a while...*\n\n```bash\ngem install bundler\n```\n\n### 6. Install the project \n\n*It could take a while...*\n\n```\nbundle\n```\n\n## Usage\n\n### Serve:\n\n```bash\nmiddleman\n```\n\n### Build:\n\n```\nmiddleman build\n```\n\n### Deploy:\n\n```\nmiddleman deploy\n```\n\n*Will be accessible from [juliendargelos.github.io/lilu](http://juliendargelos.github.io/lilu/)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendargelos%2Flilu-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliendargelos%2Flilu-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendargelos%2Flilu-prototype/lists"}