Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 891 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 891 Bytes

Ingenialists

Website with reviews and analysis about various engineering topics.

How to run

API V1

  1. Follow Google's documentations to get Client ID and Client Secret

  2. Copy example .env file and add your configurations to it:

cp .env.example .env
  1. Use VS Code tasks or scripts in scripts directory to build application or update documentation.

Contribute

  1. Fork this repository.
  2. Make a new branch that diverges from development branch and add your feature there. Its name must be descriptive, if it's a hotfix add prefix "hotfix-".
  3. Make your pull request, making sure to link your Pull Request to an issue to close it automatically.