ZaksCode Website https://zakscode.com
Go to file
ztimson d07c1a4521
All checks were successful
Build Website / Build NPM Project (push) Successful in 20s
Build Website / Build & Push Dockerfile (push) Successful in 43s
Fixed konsole not outputting
2024-01-05 15:25:02 -05:00
.github/workflows Added build 2024-01-04 19:59:19 -05:00
docker Website updates 2024-01-04 19:56:46 -05:00
public Website updates 2024-01-04 19:56:46 -05:00
src Fixed konsole not outputting 2024-01-05 15:25:02 -05:00
.editorconfig Updated 2022-05-02 21:10:15 -04:00
.env Updated env 2024-01-04 20:00:42 -05:00
.gitignore Website updates 2024-01-03 23:49:28 -05:00
Dockerfile Website updates 2024-01-04 19:56:46 -05:00
index.html Updated meta 2024-01-05 15:14:29 -05:00
package-lock.json Website updates 2024-01-03 23:49:28 -05:00
package.json Website updates 2024-01-03 23:49:28 -05:00
README.md Updated readme 2022-05-03 20:38:28 -04:00
tsconfig.app.json Website updates 2024-01-04 19:56:46 -05:00
tsconfig.json Website updates 2024-01-03 23:49:28 -05:00
tsconfig.node.json Konsole updates 2024-01-05 01:40:17 -05:00
vite.config.ts Website updates 2024-01-04 19:56:46 -05: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 .