Skip to content

curtgrimes/curtgrimes.com

Repository files navigation

Curt Grimes Portfolio Website

This is the source code for my Nuxt.js-based portfolio website. See it live at https://curtgrimes.com.

In production, I deploy this website to Vercel using the @nuxtjs/vercel-builder package.

Development

  1. Run npm install
    • You'll need the FONTAWESOME_NPM_AUTH_TOKEN env variable set, or you can remove .npmrc and the Font Awesome pro dependency to install dependencies without a Font Awesome Pro license.
  2. Run npm run dev

See further instructions for developing with Nuxt.js, which is the framework this project is based off of.