Skip to content

DEVEDANOS/devedanos-portfolio

Repository files navigation

devedanos-portfolio

Welcome on the code repository my portofolio website, AKA www.devedanos.com, showing online my professional web development activities. Deployed on Netlify.

Project management folder available on here

This portfolio is built with Ember.js framework and Empress-blog, its JAMstack plugin. This README outlines the details of collaborating on this Ember application.

Prerequisites

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

Installation

  • gh repo clone SEBASTIEN-THIBAUT-NOBOUR/devedanos-portfolio this repository
  • cd devedanos-portfolio
  • 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
  • yarn lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links