A digital portfolio made with React
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 --version
10.2.4
$ node --version
v20.9.0
This project is MIT licensed.