/yttrium

Webapp to generate Geocities-style pages in a configurably randomized manner with your own scraped assets.

Primary LanguageShell

yttrium

GitHub top language GitHub last commit GitHub repo size

Webapp to generate Geocities-style pages in a configurably randomized manner with your own scraped assets.

Docs

Installation & Setup

Setup (Development)

First, clone the repository to your local machine and navigate to it.

git clone https://github.com/d-mckee/yttrium
cd yttrium

Then, run the respective start_server script for your operating system.

# Linux/MacOS
./start_server.sh
# Windows
start_server.bat

The installer should run as follows, and the web server should be running.

Venv not found! Creating...
Enabling venv...
Installing requirements from requirements.txt...
<pip output>
Requirements installed! Starting yttrium...

           dP     dP            oo                     
           88     88                                   
dP    dP d8888P d8888P 88d888b. dP dP    dP 88d8b.d8b. 
88    88   88     88   88'  '88 88 88    88 88''88''88 
88.  .88   88     88   88       88 88.  .88 88  88  88 
 8888P88   dP     dP   dP       dP '88888P' dP  dP  dP 
      88 oooooooooooooooooooooooooooooooooooooooooooooo
 d8888P                                                

Starting yttrium...
<flask output>

Setup (Production)

Check back later!