Skip to content

JorgeDaboub/brick-a-pic

 
 

Repository files navigation

brick-a-pic

Build Status Gitter License: GPL v3

About

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.

Setup / Development Instructions

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run unit tests, stored in tests/unit

npm run test:unit

Lints and fixes files

npm run lint

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.6%
  • JavaScript 23.0%
  • HTML 2.9%
  • Dockerfile 1.5%