Skip to content

Callgent/callgent-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Botlet.IO Documentation Site

GitHub issues GitHub pull requests

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

Development

  1. "node": ">=18.17.0"

  2. checkout the repository:

  3. rename .env.example to .env

  4. Start the Service

    • Development Environment

      # Modify the API_SITE_URL on line 7 of your package.json file to set your development server.
      npm i -g pnpm
      pnpm install
      pnpm run start
    • Production Environment

      # Modify the API_SITE_URL in your .env file to set your production environment server.
      pnpm install
      pnpm run build
      pnpm run serve

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 '...'