Skip to content

Commit

Permalink
chore: Updates stupidchess homepage and README with updated deploymen…
Browse files Browse the repository at this point in the history
…t information
  • Loading branch information
norwoodj committed Jun 30, 2024
1 parent 87602de commit 360d5a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ stupidchess-frontend
From the Stupid Chess homepage:

```
This is a web-based board game running on a python-flask/mongo backend with a react frontend.
It is deployed on a raspberry pi cluster running kubernetes. Visit my github to view the salt-stack
configuration, build tools, and custom docker images I've built to deploy this and other projects
on this platform.
This is a web-based board game running on a python-flask/mongo backend with a react frontend. It
is deployed on a raspberry pi running in my house. Here's the salt configuration used to do that:
https://github.com/norwoodj/rpi-salt.
You can see this particular project at https://github.com/norwoodj/stupidchess
You might also visit my other project https://hashbash.dev
You can see the code for this project at https://github.com/norwoodj/stupidchess
You might also visit my other projects https://hashbash.jmn23.com and https://bolas.jmn23.com.
You can see my personal website at https://jmn23.com.
Stupid Chess is a variant on the popular Chess and checkers board games that John Norwood (that's me)
and some of his college friends invented when we stumbled across a chess board that had been ripped
Expand All @@ -21,7 +21,6 @@ inferior games, and you can learn how to play on this page
https://stupidchess.jmn23.com/how-to-play
```


### This Codebase
This code was largely written as an exploration of how to effectively build and deploy flask/mongo/react
projects as well as a way to get the rules of a game that I really enjoy codified in a meaningful way.
Expand Down
16 changes: 8 additions & 8 deletions src/js/render-index-page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ $(() => {
<p>
This is a web-based board game running on a
python-flask/mongo backend with a react frontend. It
is deployed on a raspberry pi cluster running
kubernetes. Visit my github to view the salt-stack
configuration, build tools, and custom docker images
I&apos;ve built to deploy this and other projects on this
platform.
is deployed on a raspberry pi running in my house.
Here&apos;s the <a href="https://github.com/norwoodj/rpi-salt">salt configuration</a>
used to do that.
</p>
<p>
You can see this particular project{" "}
You can see the code for this project{" "}
<a href="https://github.com/norwoodj/stupidchess">
here
</a>
.
</p>
<p>
You might also visit my other project{" "}
<a href="https://hashbash.dev">hashbash</a>.
You might also visit my other projects{" "}
<a href="https://hashbash.jmn23.com">hashbash</a> and
<a href="https://bolas.jmn23.com">bolas</a>. My
personal website can be found <a href="https://jmn23.com">here</a>.
</p>
<img src="/img/screenshots/after-board-setup.jpg" />
<p>
Expand Down

0 comments on commit 360d5a3

Please sign in to comment.