e88ee5fe748d0b0ee4da9057996ce70a2f8ec007
piazzaoptical.com
Code for what once was piazzaoptical.com. Backend and frontend. Unfortunately, I lost the code of the final product; this is the code of a very early stage, and errors abound.
To use:
First clone this repo, and the bitser repo that's included as a submodule:
git clone https://git.sakal.us/brian/piazzaoptical.com
cd piazzaoptical.com
git submodule update --init --recursive # for bitser; installed as git submodule
Build the podman image based on the Containerfile:
podman build --tag piazzaoptical.com .
Finally, run a container based on this image (I chose to expose the container through port 8004 on the host):
podman run -it --rm -p 8004:8000 -v ${PWD}:/app localhost/piazzaoptical.com
Description
Languages
HTML
43.6%
CSS
28%
Lua
9.3%
Pug
8.6%
JavaScript
6.2%
Other
4.1%