Skip to content
me me edited this page Sep 30, 2023 · 3 revisions

Overview

Girl in a jacketPlease note that this project is very much a work in progress. Tread with caution.

What is this?

I thought you'd already done Dispatch!

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 :)

How to use

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

Developer notes

In prod, you should use the build-css script. Only use the build-sass-watch script in dev.

Clone this wiki locally