Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

CodingItWrong/ideas-ember

Repository files navigation

Ideas

Frontend client for Ideas, an app for grouping quotes into conceptual ideas.

Implemented with Ember.js using the preview version of the upcoming Octane edition. This app will be kept up-to-date with the latest Octane features and serves as a good example of a "typical" Ember app using Octane.

Powered by a Rails JSON:API backend, ideas-api.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ideas
  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •