An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# Portfolio

[![Status](https://img.shields.io/website?down_message=down&label=site&up_message=published&url=https%3A%2F%2Fzakwhite.ca)](https://zakwhite.ca)
[![License](https://img.shields.io/github/license/zakwht/portfolio)](/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