/sundae-collab-shared

Shared code for sundae-collab - delicious collaboration framework

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Delicious collaboration framework

sundae-collab-shared stores the code shared between sundae-collab-client and sundae-collab-server.

Useful commands

In the project directory, you can run:

npm run build

Compile typescript files to lib directory.

npm run dev

Compile typescript files to lib directory. Build will rerun whenever source files change.

npm run test

Runs the unit tests.