This repository contains starting point for a guided project.
There are two folders containing:
guided-project-from-scratch
which allows for the setup and configuration of promptfooguided-project-completed-setup
with 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