This is a port of the Toolhunt frontend to Nuxt 3. The backend is available at Toolhunt backend.
Credit should be given to the original authors, mainly nbarnabee and HWaruguru as the principal contributors to the original Toolhunt project.
Toolhunt is a web application designed to help edit Toolhub records. It assists users in finding tools with missing information and adding that information in a straightforward manner.
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build