Skip to content

alex7725123/electric-studio

 
 

Repository files navigation

Clone the repo

$ git clone https://github.com/baseup/electric-studio.git

Clone the PyHurricane repo

$ cd electric-studio
$ git clone https://github.com/baseup/PyHurricane.git hurricane

Virtual Env

Install Virtual Env

$ pip install virtualenv

Create a Virtual Env

You have to specify the python environment to make sure:

$ cd electric-studio
$ virtualenv -p `which python3` esenv

Activate It!

$ . esenv/bin/activate

Install Python Requirements

$ pip3 install -r requirements.txt

Install npm and bower requirements

$ npm install && bower install

Run Grunt

$ grunt

Run tests

Testing Guide

Run server

$ python3 server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.1%
  • JavaScript 22.7%
  • Python 18.3%
  • CSS 12.9%