A toolbox for working with block-based linked markdown notes.
Noteberry enables developers to easily and effortlessly create tools and applications that use block-based linked markdown notes.
See how to develop individual modules in the packages
folder.
- Clone this repository
- Installation of NodeJS
- Install
yarn
:npm -g yarn
Install dependencies
yarn install
Packages usually have unit and component tests. Unit tests address the smallest unit and also live in the src
folder of a project with the .test.ts
extension.
The tests
folder holds component tests that test a larger function of the package. This folder might also include test resources and more complex testing scenarios that would pollute the src
folder.
Every push to master triggers an automatic deployment of the noteberry documentation (docs). This includes all demos for packages and the landing page.
Run a manual deployment with
yarn deploy:docs