callgent.com Portal Site
This is the portal website of Callgent, gratefully forked from NextJSTemplates.
-
"node": ">=18.17.0"
-
checkout the repository:
git clone https://github.com/Callgent/callgent-com.git cd callgent-com
-
rename
.env.example
to.env
-
Integrate to canny.io SSO
-
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
-
We welcome contributions from the community! Before submitting a pull request, please review our Contributor Development Agreement (CDO).
please commit with -s
:
git commit -s -m '...'