This project is a fork of the excellent team builder web application for LEGO Dimensions created by Jakob Harder. The original web app is hosted at http://dimensions-builder.com/
The primary goal of this fork a twofold:
- Keep the data up to date. This is a work in progress.
- Modernize the technology stack. This goal has mostly been completed.
The secondary goal is to extend the functionality, if need arises. However, no roadmap has been defined in this matter yet.
- Project is no longer based on the Angular 2 Universal Starter Kit. Instead, it has been ported to a plain Angular (4) application.
- All ad-related code has been removed
- The Disqus comment functionality has been removed
If you want to build the web application yourself, please make sure you fulfil the requirements:
- node v6.11+
- npm 3.10+
Afterwards, you only have to follow a few short steps.
- Clone:
git clone git@github.com:schmist/dimensions-builder.git
- Install dependencies:
npm install
- Run:
npm start
- If your browser does not open automatically, point it to http://localhost:4200
Lego Dimensions and related characters are Registered Trademark and Copyright of the LEGO Group. All rights reserved.
Per its original author, the team builder source code is licensed under the terms of the MIT license.