The beginnings of the friendville.us town website.
Right now the site consists of static assets and plain HTML/CSS/JS in the root directory.
To clone this repo to your machine, run the following:
git clone https://github.com/lemonase/friendville-us.gitIf you have python installed, you can spin up a server by running:
cd friendville-us
python3 -m http.server