# ZaksCode Business website for ZaksCode. Provides some background information, contact inforation & a portfolio of projects. [View here](https://zakscode.com). Built using [Angular 13](https://angular.io). ## Table of Contents [[_TOC_]] ## Cheatsheet ```bash # Start Angular development server npm run start # Build production site npm run build # Build docker image docker build -t gitlab.zakscode.com:5050/zakcode/zakscode:latest . ```