Skip to content
/ djaio Public

The front-end in Ember.js for my personal site ๐Ÿ™‡๐Ÿป

Notifications You must be signed in to change notification settings

dja/djaio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

djaio

This codebase serves as the front-end for my personal website at dja.io. What follows is a standard Ember.js Readme.

Prerequisites

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

Installation

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

Auto-deploys via Heroku when PRs are merged into master :)

Further Reading / Useful Links

About

The front-end in Ember.js for my personal site ๐Ÿ™‡๐Ÿป

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published