Skip to content

ArvisP/Arvis-Rubix

Repository files navigation

Rubix

Deployed using Heroku:

https://gentle-beyond-16492.herokuapp.com/

Getting Started

Fork the master repository from https://github.com/ArvisP/Rubix and clone the fork.

> git clone https://github.com/<yourusername>/Rubix.git 

In the directory, create your virtual environment.

> cd Rubix
> virtualenv venv 

Don't forget to activate your virtualenv!

> source activate

or

> .venv/Scripts/activate 

Make sure to install packages from requirements.txt

> pip install -r requirements.txt

To run the server locally

> python run.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published