Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 554 Bytes

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