{"id":18106713,"url":"https://github.com/jdbrinton/localwebeditor","last_synced_at":"2026-05-02T19:31:45.745Z","repository":{"id":258022776,"uuid":"868786760","full_name":"jdbrinton/localwebeditor","owner":"jdbrinton","description":"Edit local files directly in the web browser!","archived":false,"fork":false,"pushed_at":"2024-10-16T11:35:28.000Z","size":36084,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T06:45:31.289Z","etag":null,"topics":["editor","lumino","monaco-editor","webpack"],"latest_commit_sha":null,"homepage":"https://localwebeditor.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdbrinton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-10-07T07:25:09.000Z","updated_at":"2024-10-16T11:35:33.000Z","dependencies_parsed_at":"2024-10-19T01:56:32.223Z","dependency_job_id":null,"html_url":"https://github.com/jdbrinton/localwebeditor","commit_stats":null,"previous_names":["jdbrinton/localwebeditor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdbrinton/localwebeditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdbrinton%2Flocalwebeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdbrinton%2Flocalwebeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdbrinton%2Flocalwebeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdbrinton%2Flocalwebeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdbrinton","download_url":"https://codeload.github.com/jdbrinton/localwebeditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdbrinton%2Flocalwebeditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["editor","lumino","monaco-editor","webpack"],"created_at":"2024-10-31T23:07:49.069Z","updated_at":"2026-05-02T19:31:45.710Z","avatar_url":"https://github.com/jdbrinton.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LocalWebEditor.com\r\n\r\nLocalWebEditor.com is a free web app provided by Open Source Propulsion Works, a US non-profit organization. This application allows users to edit files directly in their web browser using the `File System Access API`. No application installation is required. Further, there is no tracking, no ads, and no data collection. There is not even a server. This is a static web app.\r\n\r\n## Introduction\r\n\r\nLocalWebEditor.com is designed to be a versatile and user-friendly tool for web editing. Whether you are connected to the internet or working offline, this app provides a seamless experience for managing and editing your files.\r\n\r\n## Using LocalWebEditor.com\r\n\r\nYou can use LocalWebEditor.com in two ways:\r\n\r\n1. **Hosted App**: Simply visit [localwebeditor.com](http://localwebeditor.com) to start using the app without any installation.\r\n\r\n2. **Download and Host Locally**: For offline operations, you can download the app and host it on your local server. This allows you to use all the features of LocalWebEditor.com without an internet connection.\r\n\r\n## How to Host Locally\r\n\r\n### Method 1: build from source\r\n\r\n1. Clone the repository:\r\n   ```\r\n   git clone https://github.com/yourusername/localwebeditor.git\r\n   ```\r\n\r\n2. Install dependencies:\r\n   ```  \r\n   npm install\r\n   ```\r\n\r\n3. Start the development server:\r\n   ```  \r\n   npm start\r\n   ```      \r\n\r\n4. Navigate to `http://localhost:9000` to access the app.\r\n\r\n### Method 2: run the distribution\r\n\r\n1. Clone the repository:\r\n   ```\r\n   git clone https://github.com/yourusername/localwebeditor.git\r\n   ```\r\n\r\n2. Install http-server app:\r\n   ```  \r\n   npm install -g http-server\r\n   ```\r\n\r\n3. Start the http-server:\r\n   ```  \r\n   http-server docs\r\n   ```\r\n\r\n4. Navigate to `http://localhost:8081` to access the app.\r\n\r\n## Favicon Details\r\n\r\nThis favicon was generated using the following font:\r\n\r\n- **Font Title**: Abel\r\n- **Font Author**: Copyright (c) 2011, Matthew Desmond (http://www.madtype.com | mattdesmond@gmail.com), with Reserved Font Name Abel.\r\n- **Font Source**: [Download Abel Font](https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE6VhLPJp6qGI.ttf)\r\n- **Font License**: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))\r\n\r\n- **Background**: Square\r\n- **Background Color**: #000000\r\n- **Text Color**: #ffffff\r\n- **Font Variant**: Regular 400 Normal\r\n- **Font Size**: 50\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdbrinton%2Flocalwebeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdbrinton%2Flocalwebeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdbrinton%2Flocalwebeditor/lists"}