This is a Next.js project for visualizing a guitar fretboard.
visit the site here: https://adamkow.github.io/fretboard/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Node.js installed on your machine. This project has been tested with:
- Node.js v24.2.0
- Clone the repository:
git clone https://github.com/adamkow/fretboard
- Navigate to the project directory:
cd fretboard
- Install the dependencies:
npm install
To run the app in development mode, run the following command:
npm run dev
This will start the development server at http://localhost:3000.