Skip to content

Callgent/callgent-com

Repository files navigation

callgent.com Portal Site

Static Badge chat on Discord follow on Twitter GitHub issues GitHub pull requests

This is the portal website of Callgent, gratefully forked from NextJSTemplates.

Development

  1. "node": ">=18.17.0"

  2. checkout the repository:

    git clone https://github.com/Callgent/callgent-com.git
    cd callgent-com
  3. rename .env.example to .env

  4. Integrate to canny.io SSO

  5. Start the Service

    • Development Environment

      npm i -g pnpm
      pnpm install
      pnpm run dev
    • Production Environment

      pnpm install
      pnpm run build
      pnpm run start
    • ESLint check & fix

      pnpm run lint
      pnpm run lint-fix

Contributing

We welcome contributions from the community! Before submitting a pull request, please review our Contributor Development Agreement (CDO).

DCO Signoff

please commit with -s:

git commit -s -m '...'