ZaksCode Website https://zakscode.com
Go to file
2022-05-18 02:16:34 +00:00
.gitlab Update .gitlab/.gitlab-ci.yml file 2022-05-03 18:35:20 +00:00
docker Fixed tabs 2022-05-17 13:52:38 -04:00
src Update gitlab link 2022-05-18 02:16:34 +00:00
.editorconfig Updated 2022-05-02 21:10:15 -04:00
.gitignore Updated gitignore 2022-05-02 21:11:36 -04:00
angular.json Updated 2022-05-02 21:10:15 -04:00
Dockerfile Fixed docker file & added publish step to CI/CD 2022-05-03 16:20:07 +00:00
karma.conf.js Updated 2022-05-02 21:10:15 -04:00
package.json Updated 2022-05-02 21:10:15 -04:00
README.md Updated readme 2022-05-03 20:38:28 -04:00
tsconfig.app.json Added loop to console (closes #1) 2022-05-03 16:41:55 -04:00
tsconfig.json Updated 2022-05-02 21:10:15 -04:00
tsconfig.spec.json Updated 2022-05-02 21:10:15 -04:00

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 .