/jackswiggett.com

Personal website

Primary LanguageTypeScript

jackswiggett.com

This website showcases some of Jack Swiggett's work and experience. It is built using React, Gatsby, and the GreenSock Animation Platform.

Commands

npm run develop or npm start

Compiles and serves a development build of the site that reflects source code changes in the browser in real time.

npm run build

Compiles the site for production so it can be deployed. Stores the compiled assets in the /public directory.

npm run serve

Serves the production build of the site for testing prior to deployment.

Additional resources