Skip to content

fractava/notes-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod ready-to-code npm npm package size npm GitHub Lint Workflow Status GitHub Publish Workflow Status GitHub GitHub last commit Maintenance Stand With Ukraine

FRACTAVA Notes Core

Currently Work in Progress

The Core Libary of our Notes Apps. It contains the Editor, but cannot run by itself.

Screenshot

Dev Server

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