Skip to content

kmclean-old/portfolio

Repository files navigation

Kira-mclean

This is the front end for my personal website, built with Ember. It is served by the separate Rails API.

Check out the rails and ember docs to learn how to get up and running with those frameworks. If you already have your machine set up for Rails and Ember development, run:

From the Rails folder

rails s --binding 0.0.0.0

From the Ember folder

ember s --proxy http://localhost:3000 And visit http://localhost:4200 to see it live!

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower 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

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

An old version of my personal website. An Ember app backed by a Rails API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published