Document Version Manager
Demo
Unimplemented
- Download
- Reverse
- Owner
Getting Started
Prerequisites
- Git
- Node.js and npm Node v6.2.2
- Gulp (
npm install --global gulp
) - SQLite
- SVN CLI
- Visual Studio 2015
- Python 2.7
Developing
-
Run
npm install
to install server dependencies. -
Run
gulp serve
to start the development server. It should automatically open the client in your browser when ready.
Build & development
Run gulp build
for building and gulp serve
for preview.
Testing
Running npm test
will run the unit tests with karma.