Available at https://jakedoublev.github.io/this-or-that/
It is hard to rank a list of priorities against each other.
The this-or-that
app makes it easier by taking in a list of options and simply asking
"this or that" until the stack ranking is complete.
One tradeoff at a time, over and over, until the order is clear.
Data never leaves your browser and does not save between refreshes, so your decision stays 100% private.
- React
- TypeScript
- Vite
- GitHub Pages deployment via GitHub Action
-
Switch to the correct Node.js version:
- Run
nvm use
(nvm documentation). - Alternatively, check the
.nvmrc
file for the required version.
- Run
-
Install dependencies:
- Run
npm ci
to perform a clean installation of all dependencies.
- Run
-
Start the project:
- Use
npm run dev
to start the project in development mode. - Or, use
npm run build
to create a production-ready build.
- Use