/mccartney.io

Portfolio of Richard McCartney http://mccartney.io/

Primary LanguageCSSMIT LicenseMIT

Portfolio

Portfolio website of Richard McCartney, built using Stencil JS and Web Components.

Getting Started

To start the project:

run:

npm start

To build the app for production, run:

npm run build

To run the unit tests once, run:

npm test

To run the unit tests and watch for file changes during development, run:

npm run test.watch