Skip to content

Callgent/callgent-com

Repository files navigation

callgentPortal Site

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

This is the portal website ofCallgent,gratefully forked fromNextJSTemplates.

Development

  1. "node": ">=18.17.0"

  2. checkout the repository:

    git clone https://github /Callgent/callgent-com.git
    cdcallgent-com
  3. rename.env.exampleto.env

  4. Integrate tocanny.ioSSO

  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 ourContributor Development Agreement (CDO).

DCO Signoff

please commit with-s:

git commit -s -m'...'