Skip to content

Iaeste-in/IAESTE-DocGen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAESTE-DocGen

Document Generator for IAESTE India

Installation

sh install.sh

Start Dev Server

php -S localhost:3000

Installing Dependencies

Add dependencies in composer.json

{
  "require": {
    "vendor/package": "1.3.2",
    "vendor/package2": "1.*",
    "vendor/package3": "^2.0.3"
  }
}

Afterwards run

php composer.phar install

About

Document Generator for IAESTE India

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 67.7%
  • PHP 29.3%
  • Shell 3.0%