-
Notifications
You must be signed in to change notification settings - Fork 1
Home
me me edited this page Sep 30, 2023
·
3 revisions
Please note that this project is very much a work in progress. Tread with caution.
Yes, but the code was as we called it: self-obfuscating. It did not have proper distinction between backend and frontend. So dispatchx
is round 2, where we separate the tech stack, and follow standards (eg. OpenAPI). Just a fun practice at coding, not intended to be a polished project :)
Git clone this repository:
git clone https://github.com/GoneRogueProductions/dispatchx
Install packages:
npm install
If you want to get rid of the pesky security vulnerabilities, run this:
npx npm-force-resolutions
In prod, you should use the build-css
script. Only use the build-sass-watch
script in dev.