Skip to content

DallasHoff/portfolio

Repository files navigation

Dallas Hoffman's Portfolio Site

Tools Used

Setup

  1. Add .npmrc file at the root of the project with a token for the Font Awesome Pro registry. (More Info)
  2. Install the Prettier editor extension for code formatting.
  3. Install the dependencies:
# npm
npm install

# yarn
yarn install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.