Skip to content

memset0/oi-archive-python

Repository files navigation

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

About

Yet Another OI Archive Project Frontend

Resources

License

Stars

Watchers

Forks

Packages

No packages published