Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
/ noteberry Public archive

A toolbox for working with block-based linked markdown notes.

License

Notifications You must be signed in to change notification settings

marcoklein/noteberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noteberry

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.

Development

See how to develop individual modules in the packages folder.

Prerequisite

  1. Clone this repository
  2. Installation of NodeJS
  3. Install yarn: npm -g yarn

Getting started

Install dependencies

yarn install

Testing

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.

Continuous Deployments

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

About

A toolbox for working with block-based linked markdown notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published