Skip to content

Latest commit

 

History

History
101 lines (82 loc) · 3.62 KB

README.md

File metadata and controls

101 lines (82 loc) · 3.62 KB

LegoDoc

Hackathon Status GitHub Issues GitHub Pull Requests License


Open source platform for sharing legal document templates.

Currently live on: http://159.65.144.246:8000

Table of Contents

About

  • LegoDoc is a platform for downloading / customizing contracts and other legal document templates which are curated by the people
  • Our mission is to make these templates freely available for everyone, while in the process making them easier to customize and use
  • Any registered user can upload or write a new document
  • Posts will be filtered with the help of feedback (upvotes / downvotes)
  • Helping people save hundreds, or even thousands of rupees to make an enforceable agreement
  • All the documents are free to download, customize and store
  • Note that every situation is unique and, if you are unsure of which template to use, we recommend you talk to an attorney
  • Remember: We do not and cannot provide legal advice. Neither are we a substitute for the work of a law firm or an attorney.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Installing NodeJs

$ sudo apt-get install nodejs

Installing VueJs

$ npm install -g @vue/cli

Installing

A step by step series of examples that tell you how to get a development env running

Cloning the repo

$ git clone https://github.com/kylelobo/LegoDoc.git

Installing the dependencies

$ cd LegoDoc
$ npm install
$ cd web/lego/
$ npm install

If you are running a development environment, use the following command:

$ npm run serve 

If you are running a deployment environment, use the following command:

$ npm run build

Running the server

$ node server.js

The application will now be running on https://localhost:8080/

Built With

Limitations

  • No mechanism to generate revenue apart from ads

Future Scope

  • A GitHub-type pull request / issues feature
  • Users being able to comment on the documents

Authors

See also the list of contributors who participated in this project.