SenseNet / sn-dms-demo

Document Management Demo upon sensenet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sn-dms-demo


This package is not under active development. You can find our latest packages in the sensenset/sn-client monorepo.


Join the chat at https://gitter.im/SenseNet/sn-dms-demo Build Status codecov Codacy Badge License semantic-release Commitizen friendly Greenkeeper badge

sensenet Document Management demo with React.

Sense/Net Services

Install and start

$ git clone https://github.com/SenseNet/sn-dms-demo.git
$ cd sn-dms-demo
$ npm install
$ npm start

Please set the following enviroment variables:

  • REACT_APP_SERVICE_URL: url of the site that has at least sensenet services installed (default value is https://sn-local so if you have a site installed locally with this url, you have nothing to do with this).
  • REACT_APP_RECAPTCHA_KEY: Google ReCAPTCHA sitekey. Without this registration won't work.

Running Tests

$ npm test

The app is built with create-react-app-typescript the TypeScript version of create-react-app, so for further information about build, test, config, etc. issues, check them on github.

About

Document Management Demo upon sensenet

License:GNU General Public License v2.0


Languages

Language:TypeScript 96.4%Language:JavaScript 2.8%Language:CSS 0.6%Language:HTML 0.3%