3.0 KiB
3.0 KiB
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.