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

19 lines
442 B
Markdown

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