GitXplorerGitXplorer
c

better-textarea-stuff

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
eb0ff4bf951e4ba00cef4d6f66b8e8c44ea30433

Demo contextual component handling.

cchriskrycho committed 5 years ago
Verified
ef0082808026bec99f51de10b65489bbe75dc0da

Initial Commit from Ember CLI v3.11.0

eember-tomster committed 5 years ago

README

The README file for this repository.

better-textarea-stuff

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd better-textarea-stuff
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links