Skip to content
/ tbp Public

Tony Barnes portfolio built with Next.js

Notifications You must be signed in to change notification settings

ttbarnes/tbp

Repository files navigation

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

About

Tony Barnes portfolio built with Next.js

Resources

Stars

Watchers

Forks