Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 867 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 867 Bytes

Tony Barnes portfolio

Built with Next.js, deployed with Netlify.

Netlify Status

 Prerequisite

  • Node version 18 or higher with corresponding npm.
  • Run npm install or yarn install in the root directory.

Tech stack

Running locally

npm run dev
# or
yarn dev

Testing

Execute unit tests

npm run test

Watch the unit tests

npm run test:watch

Linting

Execute linting

npm run lint

Fix linting errors

npm run lint:fix