szk2s / magenta-electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAGENTA-ELECTRON

NOTE: You can run this demonstration only when you are online.

Getting started

Check the version of your python

python3 --version

Only python 3.7.3 is operation guaranteed.
If you get another version, upgrade recommended.

Create virtual environment

python3 -m venv venv

Activate venv

source venv/bin/activate

Install python packages

pip install -r requirements.txt

Install node modules

yarn

Run demo

yarn start

About

License:MIT License


Languages

Language:JavaScript 77.5%Language:Shell 12.7%Language:HTML 9.8%