This project is a combination of a umbraco cms instance that runs the content delivery api and a Nuxt 3 project that displays the front-end.
This repository has two different branches. One for the front-end and one for the back-end.
Clone down this repo If you want to open up the front-end branch type, then checkout the following branch:
git checkout front-end/main
If you want to open up the back-end branch then checkout the following branch:
git checkout back-end/main
In each branch there will be instructions how to run the project located in the README
file.