Skip to content

sagerg/portfolio

Repository files navigation

cover photo

A digital portfolio made with React

Quick Start

Download and run this application in development mode:

$ git clone https://github.com/sagerg/portfolio.git
$ cd portfolio
$ npm install
$ npm run serve

Run unit tests:

$ npm test

Create build directories /dist and /docs:

$ npm run build

npm and Node.js Versions

$ npm --version
10.2.4
$ node --version
v20.9.0

License

This project is MIT licensed.