Skip to content

LucasSilbernagel/housing-solver

Repository files navigation

Housing Solver

Think you have what it takes to solve the affordable housing crisis? Prove it in this incremental clicker game!

housing-solver

Live Link

https://housingsolver.com/

Tech Stack

Front End

Linting & Formatting

Run Locally

Prerequisites

  • 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 -v in 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 npm or yarn commands, this project uses pnpm. Once you have Node.js installed on your computer, you can install pnpm by running npm install -g pnpm, or by following other instructions here.

Clone the repository

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 .

Install dependencies

To install all of the required dependencies, run pnpm install.

Start up the app

  • To start up the app locally, run pnpm run dev in your terminal. Your terminal should indicate a localhost URL at which you can view the app in your browser, most likely http://localhost:5173/.

Testing

Tests

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.

About

Think you have what it takes to solve the affordable housing crisis? Prove it in this incremental clicker game!

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages