Interactive personal portfolio website.
Currently deployed at: crspradlin.dev
The goal of this web application is to create a similar experience as if in a shell terminal. While components can be used and forked to have other create their own terminal commands and functionality, I have wrapped some of the major components into a new portfolio website to replace the recently archived CRSpradlin.github.io.
Web application and components are created with Nuxt3. More information about the developer experience and how to bring up the application on your local machine can be found below.
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.