Skip to content

Personal portfolio website of Nathan J Klingensmith

Notifications You must be signed in to change notification settings

Paradoxdotexe/theNJK

Repository files navigation

theNJK

Personal portfolio website of Nathan J Klingensmith.

A Vue 3 framework was used to generate the current version of this website. Previously, Angular 10 was used but that framework has since been deprecated to the graveyard/angular branch.

Setup

To run the website, install the required dependencies and serve it to a local port.

npm install
npm run dev

Cleaning

This command will lint and format the codebase using Prettier.

npm run clean

Deployment

After building, build artifacts will be located in the /dist folder. These artifacts should be uploaded to an S3 bucket on AWS for deployment.

npm run build

About

Personal portfolio website of Nathan J Klingensmith

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published