Web-application for the generation of names from matrix of parameters
Required Python 3.5+
- Clone
git clone https://github.com/frostspb/NameMaker
cd NameMaker
- Optional: make virtualenv
virtualenv nm_env
source nm_env/bin/activate
- install requirements python and javascript packages
pip install -r requirements.txt
- Optional: Install Gulp and build JavaScript
Needed for developing
npm install -g gulp-cli
npm install
gulp
- Run
python index.py
- Open browser http://localhost:8001