ZaksCode Website
https://zakscode.com
.github/workflows | ||
docker | ||
public | ||
src | ||
.editorconfig | ||
.env | ||
.gitignore | ||
Dockerfile | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Table of Contents
About
This the source code for zakscode.com
.
ZaksCode is the personal website of Zakary Timson & is used as his business page & portfolio.
Demo
Website: https://zakscode.com
Built With
Setup
Production
Prerequisites
Instructions
- Run the docker image:
docker run -p 80:80 git.zakscode.com/ztimson/zakscode:latest
- Open http://localhost
Development
Prerequisites
Instructions
- Install the dependencies:
npm install
- Start the dev server:
npm run start
- Open http://localhost:4200
License
Copyright © 2023 Zakary Timson | All Rights Reserved
See the license for more information.