Open source platform for sharing legal document templates.
Currently live on: http://159.65.144.246:8000
- 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.
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.
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
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/
- No mechanism to generate revenue apart from ads
- A GitHub-type pull request / issues feature
- Users being able to comment on the documents
See also the list of contributors who participated in this project.