Think you have what it takes to solve the affordable housing crisis? Prove it in this incremental clicker game!
- React
- Vite
- TypeScript
- zustand
- Tailwind
- Radix UI
- TanStack Router
- clipboard-copy
- clsx
- javascript-time-ago
- lz-string
- React Hot Toast
- react-slot-counter
- react-time-ago
- In order to run this application locally, you must have Node.js installed on your computer. To check if you already have it installed, enter
node -vin your terminal. If you do not have Node.js, you can find installation steps here: https://nodejs.org/en/learn/getting-started/how-to-install-nodejs- Make sure to install at least version 20 of node.
- Instead of
npmoryarncommands, this project usespnpm. Once you have Node.js installed on your computer, you can installpnpmby runningnpm install -g pnpm, or by following other instructions here.
Once you have confirmed that Node.js and pnpm are installed, cd into a folder on your computer and run the following command to clone the repository:
git clone https://github.com/LucasSilbernagel/housing-solver.git
Then cd into the project folder and open it in your code editor. For Visual Studio Code:
cd housing-solver
code .
To install all of the required dependencies, run pnpm install.
- To start up the app locally, run
pnpm run devin your terminal. Your terminal should indicate alocalhostURL at which you can view the app in your browser, most likely http://localhost:5173/.
Tests are written with Vitest and React Testing Library.
Use pnpm run test to run all tests, or use pnpm run test SomeFileToRun to run a specific test file.
