Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/givanse/car-color-editor
- Owner: givanse
- License: mit
- Created: 2019-09-29T23:48:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:38:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T02:15:15.837Z (over 1 year ago)
- Topics: autoshop, car, paint, vinyl, wrap
- Language: CSS
- Homepage: https://carcolor.givan.se/?fbclid=IwAR2np90LNoFzwQ527NpCTRFup_j3vfGHDWN-HdPfb55GlWp70BNqoCYasDc#?carColor=FFF1BF&caliperColor=92090C&rimColor=A48645&chromeTrimColor=A48645&headLightsColor=A48645&windowsColor=000000
- Size: 6.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/)