ember-hackathon

Installs dependencies I use in hackathons to get started on new projects quickly.

Usage no npm install needed!

<script type="module">
  import emberHackathon from 'https://cdn.skypack.dev/ember-hackathon';
</script>

README

ember-hackathon

This is an Ember addon that includes most of the dependencies and setup I use for new hackathon projects. It installs several useful Ember addons as well as sets up some base styles.

Installation

ember install ember-hackathon

Installation will create a file at app/styles/app.scss and automatically import the addon's styles.

Usage

You should just be able to get going with your hackathon project and have access to the Ember addon dependencies. It's a shifting list depending on the packages I find useful. The current list of addons is:

It also uses a reset.css file so we don't have to do that pesky step.

License

This project is licensed under the MIT License.