Skip to content

Commit

Permalink
Add link to GitHub on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Oct 4, 2024
1 parent ad81e94 commit ad3f90b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 146 deletions.
139 changes: 0 additions & 139 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import globals from "globals";
import tseslint from "typescript-eslint";

export default tseslint.config(
{ ignores: ["dist"] },
{ ignores: ["build"] },
{
extends: [js.configs.recommended, ...tseslint.configs.recommended],
files: ["**/*.{ts,tsx}"],
Expand Down
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@
"@types/hookrouter": "2.2.5",
"@types/luxon": "1.25.1",
"@types/node": "15.6.1",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"bootstrap": "4.6.2",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"hookrouter": "1.2.3",
"luxon": "1.25.0",
"react": "^18.3.1",
"react-bootstrap": "1.6.7",
"react-dom": "^18.3.1",
"react-metatags-hook": "1.3.1",
"react-modal-hook": "3.0.0",
"react-number-format": "4.4.4",
"react-qr-code": "2.0.7",
"react": "^18.3.1",
"sass-embedded": "^1.79.4",
"sitemap": "^7.1.1",
"ts-node": "^10.7.0",
"typescript-eslint": "^8.0.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"use-clipboard-copy": "0.1.2",
"vite-plugin-svgr": "^4.2.0",
"vite": "^5.4.1"
"vite": "^5.4.1",
"vite-plugin-svgr": "^4.2.0"
}
}
12 changes: 12 additions & 0 deletions packages/client/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,18 @@ const Home: React.FC<IHomeProps> = ({ onGameSetup }) => {
<img src={Screenshot4Image} alt="Bankers actions page" className="w-100" />
</div>
</div>

<hr />

<div>
<h2>Host it Yourself</h2>
<p>Monopoly Money is open source, meaning you can host your own interrupted instance.</p>
<p>
<a href="https://github.com/brentvollebregt/monopoly-money">
github.com/brentvollebregt/monopoly-money
</a>
</p>
</div>
</div>
);
};
Expand Down

0 comments on commit ad3f90b

Please sign in to comment.