A real-time ticket queue system aimed at connecting hackers and mentors! Inspired by HackMIT's Help-Q and built with React.
First, install your dependencies from npm.
npm installNext, run your React server.
npm start- Go to
node_modules/@hackru/frontend-core/dist/index.js - Comment out the line
const BASE = process.env.REACT_APP_MODE && process.env.REACT_APP_MODE === "development" ? defaults.rest.dev : defaults.rest.prod; - Replace with:
const BASE = defaults.rest.dev; npm start