Skip to content

Xerner/xerner.github.io

Repository files navigation

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