Skip to content

Fronvo/site

Repository files navigation

Fronvo logo

Host locally

Here's how to host the latest Fronvo site on your own:

git clone https://github.com/fronvo/site.git
cd site
npm i

Now fill out the required .env file

After that:

npm run build && npm run preview

Extras

Tools