Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.45 KB

File metadata and controls

31 lines (22 loc) · 1.45 KB

Github Pages Deployment

Portfolio

This repo relies on

Prerequisites

  1. Open the project in the docker container through VS Code or dockers CLI.

Note: If running the container purely through docker, Git credentials may have to be setup manually

  1. First time setup of the repo tool and dependent repositories
repo init -u "https://github.com/Xerner/manifests" -b "development" -m "xerner.github.io.default.xml"
repo sync

Building The App

  1. Follow the prerequisite steps
  2. Build the app with ng build

Serving The App

  1. Follow the prerequisite steps
  2. Serve the app with ng serve --configuration development