mjsamuel.com

Portfolio site built with Gatsby, Tailwind CSS and Pts.js.

Usage / Development Setup

Installing dependencies

npm install

Running the project

Development preview/build

To start the website and monitor for changes:

npm run develop

To access the page on other devices on the same local network:

npm run develop-m

Production build

npm run build

Production preview

npm run serve