Skip to content

A non-linear note taking application that allows users to visualize and form connections between their notes.

Notifications You must be signed in to change notification settings

KelvinKKLin/Project-Imacs

 
 

Repository files navigation

imacs

Build Status

Development setup

You will require NPM or Yarn, and preferable an editor that supports JavaScript/TypeScript.

Install dependencies

If using NPM, npm i.

Starting development server

npm start

Linting

To check for link errors, run npm run lint or yarn lint.

To fix some error automatically, run npm run lint-fix or yarn lint-fix. Rest of the errors will need to be fixed manually.

Testing

Test are written using Jest. Two NPM scripts are provided to run the tests.

Run tests and watch for changes with npm run test.

Run tests once and exit with `npm run test-no-watch'.

About

A non-linear note taking application that allows users to visualize and form connections between their notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.1%
  • CSS 15.0%
  • JavaScript 7.7%
  • HTML 0.2%