The Core Libary of our Notes Apps. It contains the Editor, but cannot run by itself.
The Dev Server is used to get a development server that watches the libary files and lets you test the libary without pushing in to npm. Its not a part of the package fractava/fractava-notes-core on npm.
If you use Gitpod the development server gets started automatically.
To start the dev server manually run:
- sudo sh start.sh
OR:
- cd core
- npm link
- cd ../dev-server
- npm install
- npm link @fractava/fractava-notes-core
- npm run serve
Now the Server runs on Port 8080