Skip to content

ohjintech/os-helpdesk

Repository files navigation

Cover

PuffDesk

A free tool to help you start on building your help desk!

Build Status

Open-Source helpdesk, using Node.js, React, Express, PostGreSQL.

  • Download
  • Set up Your DB
  • ✨Get Started

Features

  • Helpdesk Tickets
  • User Roles
  • Problem Resoultion Status
  • Etc...

PuffDesk is a lightweight helpdesk looking to take away some setup headache.

The overriding design goal for PuffDesk is to make helpdesk creation as easy as possible.

Installation

Dillinger requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

cd puffdesk
npm i
node run start

For production environments...

npm install --production
NODE_ENV=production node app

Development

Want to contribute? Great!

PuffDesk uses Nodemon + Webpack for fast developing. Make a change in your file and instantaneously see your updates!

Open your favorite Terminal and run these commands.

First Tab:

node app

Second Tab:

another command

(optional) Third:

third command

Building for source

For production release:

npm run build --prod

Generating pre-built zip archives for distribution:

npm build dist --prod

License

MIT

Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •