Generate STL with text easily !
Inspired from : https://github.com/mo22/textstl
- get rid of "counter" service (api no longer available ?)
- finalize tests (font-picker, theme switcher...)
- UI state as QP (open/close panel)
- See some improvements asked in GH issues
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
To be able to run the app, you'll need to generate a Google Fonts API key.
Then set the key as environment variable before running the ember serve
command :
export GOOGLE_FONT_API_KEY="your-key-here"
git clone <repository-url>
this repositorycd text2stl
npm install
To write...
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
Update Percy snaphost
Run yarn percy exec:start
, then run ember test
or ember test --server
& visit http://127.0.0.1:4200/tests?filter=Acceptance%20%7C%20visual.
Note: You'll need PERCY_TOKEN
variable defined in your env.
npm run lint
npm run lint:fix
ember build
(development)ember build --environment production
(production)