Welcome to the Brick-a-Pic Project! This is a web application that aims to make it easy for anyone to create mosaics made out of LEGO bricks. If you'd just like to get started using it, the most up-to-date version of the application is hosted on GitHub Pages, right here. If you'd like to run or hack on this application yourself, a few basic setup instructions are below. If you'd like to contribute, great! You can start by reading our CONTRIBUTING.md, right here.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint