https://github.com/zakwht/portfolio
My personal portfolio!
https://github.com/zakwht/portfolio
css emotion html nextjs portfolio react typescript web
Last synced: 3 months ago
JSON representation
My personal portfolio!
- Host: GitHub
- URL: https://github.com/zakwht/portfolio
- Owner: zakwht
- License: apache-2.0
- Created: 2021-01-17T00:41:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T23:48:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T06:28:42.300Z (over 1 year ago)
- Topics: css, emotion, html, nextjs, portfolio, react, typescript, web
- Language: TypeScript
- Homepage: https://zakwhite.ca
- Size: 12.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Portfolio
[](https://zakwhite.ca)
[](/LICENSE.md)
My personal portfolio with some information about me and the projects I've worked on. Built with NextJS and hosted using GitHub Pages.
### Development
#### Requirements
* Node v14 (built with 14.18.2)
#### Scripts
* `start`: run the server in development mode, watching for changes
* `serve`: build and serve the website
* `build`: build the site and prepare for export
* `deploy`: deploy built site to GitHub Pages