Skip to content

CoWare/Licit

Repository files navigation

Licit

Legal Aid

CircleCI Coverage Status

Licit is a well architectured and easy to use application to help you create, manage, and share legal documents.

Installation

  1. Clone repository or fork it.

  2. Install node if you don't have it installed on your system.

  3. Install gulp globally

    npm install gulp -g
  4. Install project dependencies

    npm install
  5. Add config variables. Put .env file in your project root directory and add the snippet bellow:

    DATABASE_URL=**************
    SECRET_KEY=****************
    FACEBOOK_ID=***************
    GOOGLE_IID=****************
    ---------
    ---------
    ---------
    

Test

PS: This operation needs to be performed at the root of your project directory.

gulp Test

Usage

gulp

Contributing

Refer to Contributing Document to contribute to this project.

Project Management Tools

Waffle is the project management tool used for this project. Refer to Waffle Document for details.

LICENCE

MIT

Releases

No releases published

Packages

No packages published