Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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