Skip to content

yvo-solutions/yvo-solutions-website

Repository files navigation

Yvo.Solutions Website

The yvo.solutions website is implemented here.

Build instructions

Prerequisites

You need to install:

Architecture

This website relies on Vite, Bootstrap and Netlify.

Clone and Run

You can run locally the website by executing the following instructions:

git lfs install

git clone https://github.com/yvo-solutions/yvo-solutions-website

cd yvo-solutions-website

npm i

npm run start

Build

npm run build
npm run preview

Deployment

Staging

npm run deploy

Production

Please note that deployment to production should be handled by merging a pull request to the main branch.

It is also possible to force deployment in production on the command line, if required:

npm run force_deploy_to_production