This repository stores my portfolio website.
This project requires NodeJS (version 16 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
8.19.2
v16.17.0
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
If you just want to view the project, you can access this website here.
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
$ git clone https://github.com/LZCT/Portfolio
$ cd Portfolio
To install, run:
$ npm install
$ npm run dev