zakscode/README.md
2022-05-03 20:38:28 -04:00

442 B

ZaksCode

Business website for ZaksCode. Provides some background information, contact inforation & a portfolio of projects. View here.

Built using Angular 13.

Table of Contents

[[TOC]]

Cheatsheet

# 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 .