Currently live on: https://legodoc.chaitanyad.com/
- 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/chaitanyadukkipaty/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
/server.js : Main server code
/web/lego : Website code
/models : Data structures and methods to access them
- Fork it (https://github.com/chaitanyadukkipaty/LegoDoc/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
See also the list of contributors who participated in this project.