oi-archive-python icon indicating copy to clipboard operation
oi-archive-python copied to clipboard

Yet Another OI Archive Project Frontend

oi-archive-python

Usage

# Require Python3.6+ and pip3 installed.
git clone https://github.com/oi-archive/source.git source
pip3 install flask markdown
sh command/start.sh

or

# Require Docker installed.
git clone https://github.com/oi-archive/source.git source
docker image build . -t oi-archive
# and run container with
docker container run --name oi-archive -d -p 8080:8080 -v $PWD/source:/app/source -it oi-archive

Demo