This repository contains starting point for a guided project.
There are two folders containing:
guided-project-from-scratchwhich allows for the setup and configuration of promptfooguided-project-completed-setupwith the finished setup
To start, clone the repository and go the project folder guided-project-from-scratch.
Run npm install
To build, type npm run build
To view the application, type npm run serve