BUILDE provides a core set of classes and properties designed to offer foundational scaffolding for a variety of layered vocabularies, facilitating comprehensive and flexible data descriptions. This extension aims to enhance the interoperability and richness of bibliographic data using the Bibframe model.
To set up the development environment, follow these steps:
-
Clone the repository:
git clone https://github.com/ebsco/builde.git cd builde
-
Install dependencies using pnpm:
pnpm i
Before setting up the development environment, ensure you have the following:
- pnpm: A fast, disk space-efficient package manager. Installation instructions
Contributions are welcome! Please follow the standard GitHub workflow:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature
) - Make your changes and commit them (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a pull request