/cogni_check

Primary LanguageTypeScriptMIT LicenseMIT

🧠 Cogni Check

Setup

Automatic setup

To automatically setup the project, run the following command:

sh scripts/setup.sh

Manual setup

  1. Install the dependencies
pnpm install
  1. Setup husky
pnpm prepare
  1. Set executable permission for commit-msg
chmod +x .husky/commit-msg && chmod +x .husky/pre-commit
  1. Configure the dotenv

4.1. Copy the .env.example file to .env

cp .env.example .env

4.2. Create the symbolic links for each app

  • On Linux/MacOS
cd apps/<APP_DIR>; ln -s ../../.env .env; cd ../..
  • On Windows
cd apps/<APP_DIR>; mklink .env ..\..\env; cd ../..

Author

Isaac Santiago