/alg-sets

Web app for storing and exploring cubing algorithms.

Primary LanguageJavaScript

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