Blockchain based decentralised web application for document management and tracking
To Contribute to this project fork the project to your account and clone it into your local machine
First make sure you have Node enviornment present into your system if not you can go to https://nodejs.org/en/ and install it.
you can use following command to install nodejs
$ sudo apt-get install nodejs
Go to Project Directory Download all the dependencies required using
$ npm install
Run Project
$ npm run dev