{"id":50954773,"url":"https://github.com/performant-software/dmsi2026-dce","last_synced_at":"2026-06-18T05:02:34.932Z","repository":{"id":357682504,"uuid":"1238075989","full_name":"performant-software/dmsi2026-dce","owner":"performant-software","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-13T20:13:34.000Z","size":623,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T22:15:59.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/performant-software.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-13T19:41:17.000Z","updated_at":"2026-05-13T20:13:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/performant-software/dmsi2026-dce","commit_stats":null,"previous_names":["performant-software/dmsi2026-dce"],"tags_count":null,"template":false,"template_full_name":"cu-mkp/editioncrafter-project-react","purl":"pkg:github/performant-software/dmsi2026-dce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Fdmsi2026-dce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Fdmsi2026-dce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Fdmsi2026-dce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Fdmsi2026-dce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/performant-software","download_url":"https://codeload.github.com/performant-software/dmsi2026-dce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Fdmsi2026-dce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34476728,"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-18T02:00:06.871Z","response_time":128,"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":"2026-06-18T05:02:34.098Z","updated_at":"2026-06-18T05:02:34.926Z","avatar_url":"https://github.com/performant-software.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EditionCrafter Project React Template\n[![DOI](https://zenodo.org/badge/883392542.svg)](https://doi.org/10.5281/zenodo.16755979)\n\nThis repository provides a starting point for creating an [Astro](https://astro.build/) website using EditionCrafter. It comes with a number of pre-configured examples and step-by-step instructions for configuring your own edition. If you are familiar with web software development, follow the installation instructions to set up your development environment. If you want to get started without setting up a local development environment, this repo is configured to work with GitHub CodeSpaces. The code space comes with the latest EditionCrafter Command Line Interface (CLI) and other dependencies pre-installed. Simply fork this repo and then click on the CodeSpaces button.\n\n## Installation\n\nThis is a Javascript based project and you will need Node.js v18 or higher to run it locally. First, clone this repository and then run:\n\n```npm install```\n\nThen, install the EditionCrafter CLI:\n\n```npm install -g @cu-mkp/editioncrafter-cli```\n\nNext, follow the initial setup instructions below.\n\n## Initial Setup\n\nTo setup setup your project:\n\n1) Edit the `astro.config` file, replacing BASE_DIR with your project base directory. For local installation, this is \".\"\n\n2) Edit the `data/config.json` file. Fill in the DOCUMENT_NAME, BASE_DIR, and DOCUMENT_ID. You may also need to adjust the `transcriptionTypes` depending on your document. For more information, please see the [\"Getting Started\"](https://editioncrafter.org/getting-started/) section of the EditionCrafter website.\n\n\n## Exploring the Example Documents\n\nThis project comes with a number of pre-built example documents for you to try out. Simply replace `data/config.json` with one of these alternative config files:\n\n* fr640-config.json : Demonstrates the use of the EditionCrafter component using the folio 3r from [Secrets of Craft and Nature](https://edition640.makingandknowing.org/#/folios/3r)\n* fr640-entries.json : Demonstrates the use of the EntryList component in tandem with the EditionCrafter component.\n* cary-config.json : This demonstrates the use of zones in the surface images.\n\n## Getting Started with EditionCrafter CLI\n\nTo learn how to use the EditionCrafter CLI to create your own project, please see the [\"Getting Started\"](https://editioncrafter.org/getting-started/) section of the EditionCrafter website. Note that the props passed into the components are configurable via the `data/config.json` file.\n\n## Running this Project Locally\n\nTo run locally, set the BASE_DIR in the steps above to \".\" \n\nThen use the following command:\n\n```npm run start```\n\n## Upgrading EditionCrafter\n\nThis repository contains the latest version of EditionCrafter. To upgrade to a newer version in the future, run the following command:\n\n```npm install @cu-mkp/editioncrafter@latest```\n\nThen, upgrade the EditionCrafter CLI using this command:\n\n```npm install @cu-mkp/editioncrafter-cli@latest```\n\n## Credits\n\nDeveloped by the [Making and Knowing Project](https://www.makingandknowing.org/) at the Center for Science and Society at Columbia University and [Performant Software Solutions LLC](https://www.performantsoftware.com). Funded by Grant SES-2218218 from the National Science Foundation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperformant-software%2Fdmsi2026-dce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperformant-software%2Fdmsi2026-dce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperformant-software%2Fdmsi2026-dce/lists"}