Skip to content

Slimmmo/Slimmmo.github.io

Repository files navigation

slimmmo.github.io

AdVenture Capitalist calculator to greedily optimize your purchases. Made with Next.js, zustand, TanStack Tables, and Tailwind CSS.

Why the update?

I need a new job so I used this to learn React.

Somethings wrong/broken!

Let me know with an issue or in the Reddit thread. Please include as much information as possible so I can recreate it.

Running Locally

  1. Clone or download the repo.
  2. Install the dependencies
npm i
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

How did you deploy a Next.js app to GitHub Pages?

Next.js GitHub Pages