Open-Source helpdesk, using Node.js, React, Express, PostGreSQL.
- Download
- Set up Your DB
- ✨Get Started
- 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.
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
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
For production release:
npm run build --prod
Generating pre-built zip archives for distribution:
npm build dist --prod
MIT
Free Software, Hell Yeah!