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: 9 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:38:33.000Z (over 3 years ago)
- Last Synced: 2025-02-14T23:19:00.499Z (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: 2
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/givanse/car-color-editor)
# car-color-editor

## 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/)