Built with Feathers.js, React.js and Tailwind CSS
https://web-production-3b91.up.railway.app/
Make sure you have NodeJS and npm installed.
Concurrently install dependencies for client and server.
cd <path>/supporty
npm install
Ensure you have a postgresql downloaded
Make a pg database and update the /server/config/default.js
(postgresql) file with your pg credentials.
Run database migration.
npm run migrate
Concurrently start the client and server apps with:
npm start:dev
Steps to use that app: