Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifeart/sierpinski-glimmer
Glimmer.js impementation of sierpinski
https://github.com/lifeart/sierpinski-glimmer
demo-app ember glimmer-apps glimmerjs sierpinski sierpinski-triangle
Last synced: 14 days ago
JSON representation
Glimmer.js impementation of sierpinski
- Host: GitHub
- URL: https://github.com/lifeart/sierpinski-glimmer
- Owner: lifeart
- Created: 2017-11-21T00:34:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T14:40:35.000Z (over 6 years ago)
- Last Synced: 2024-10-02T12:21:10.771Z (3 months ago)
- Topics: demo-app, ember, glimmer-apps, glimmerjs, sierpinski, sierpinski-triangle
- Language: TypeScript
- Size: 446 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sierpinski-glimmer
[DEMO](https://lifeart.github.io/sierpinski-glimmer/)
[AsyncDOM](https://github.com/lifeart/demo-async-dom)
This README outlines the details of collaborating on this Glimmer application.
A short introduction of this app could easily go here.## 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 sierpinski-glimmer`
* `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/)