Skip to content

MagiCircles/SchoolIdolContest

Repository files navigation

LoveLive! School Idol Contest

A Facemash-like web application based on the Love Live! franchise.

Cards data are fetched using the unofficial School Idol API.

Getting Started

# Clone the repo
git clone https://github.com/Engil/SchoolIdolContest.git
cd SchoolIdolContest

# Create a virtualenv to isolate the package dependencies locally
virtualenv env
source env/bin/activate

# Install dependencies & setup project
python setup.py develop
initialize_SchoolIdolContest_db development.ini

# Install client-side dependencies & compile CSS
npm install bower
bower install
mkdir -p schoolidolcontest/static/css/
lessc --compress schoolidolcontest/static/less/style.less > schoolidolcontest/static/css/style.css

# Launch server
pserve development.ini --reload

Screenshots

Vote

School Idol Contest COCOisBEST

Ranking

School Idol Contest COCOisBEST

About

A simple facemash website based on the Love Live! franchise using data from their mobile game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published