Front end : https://compound-front-20036009.netlify.app/
Back end repo: https://github.com/eoingeoghegan/CompoundFinalProject
# create a new project
npx sv create my-app
To recreate this project with the same configuration:
installed dependencies with npm install
start a development server:
npm run dev
To create a production version of your app:
npm run build