GitXplorerGitXplorer
j

alg-sets

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
d3f3f609f5e8ac0061591545808386b85443412c

Change visualcube image service to javascript implementation.

jjonatanklosko committed 4 years ago
Unverified
60fd4fad425ab8bd275b8ed54997b00e43395641

Make alg cards equal height.

jjonatanklosko committed 5 years ago
Unverified
840b376800b766adcc084cf238251fef8e84b0f0

Set minimal alg image height, so that it does not get resized once loaded.

jjonatanklosko committed 6 years ago
Unverified
f7e41c44d5f6a80bf135fa696a5c850eccf4919a

Minor fixes.

jjonatanklosko committed 6 years ago
Unverified
15ce4a1bdc8705eca7079dbe2326ed5d19974d5a

Use user-defined color schema for all alg images.

jjonatanklosko committed 6 years ago
Unverified
ecc99d34adebab66818cc50e6749ecb4b67e41a3

Add user specific color scheme configuration.

jjonatanklosko committed 6 years ago

README

The README file for this repository.

Alg Sets

Web app for storing and exploring cubing algorithms. Check out the website.

Development

Node and MongoDB are required.

git clone https://github.com/jonatanklosko/alg-sets.git && cd alg-sets

Server

cd server
npm install
npm start

Client

cd client
npm install
npm start