Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/givanse/car-color-editor

:red_car: Try color schemes on a Tesla Model 3
https://github.com/givanse/car-color-editor

autoshop car paint vinyl wrap

Last synced: about 19 hours ago
JSON representation

:red_car: Try color schemes on a Tesla Model 3

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/givanse/car-color-editor.svg?branch=master)](https://travis-ci.org/givanse/car-color-editor)

# car-color-editor

![tm3 screenshot](tm3-screenshot.png)

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Yarn](https://yarnpkg.com/en/)
* [Ember CLI](https://ember-cli.com/)

## Installation

* `git clone ` this repository
* `cd car-color-editor`
* `yarn`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

### Building

* `ember build` (development)
* `ember build --environment production` (production)

## Further Reading / Useful Links

* [glimmerjs](http://github.com/tildeio/glimmer/)
* [ember-cli](https://ember-cli.com/)