Run the Project

You can open the /project folder (located in the downloaded files) with any web editor then run the following command line

npm run dev

Build the Project

You can open the /project folder (located in the downloaded files) with any web editor then run the following command line

npm run build

The compiled source code will be inside the /project/dist folder. 

Configure the Website

Inside the root folder of your website, you will find a file named index.html edit the <base> HTML tag with your base URL (the domain name used for the website)

Inside the root folder of your website, go to config/global.json edit the admin_url property with your admin panel url (the domain name used for your existing admin panel)