/website

Our company website

Primary LanguageHTML

Masking Technology | Website

The Masking Technology website provides information about our company and its products and services.

The latest version of the website can be found online at https://masking.tech.

To run and update the website locally, the instruction can be found below.

Building the website

To run the website locally, you need to have Node.js installed. To build the website, execute the following commands:

npm install
npm run build

The website can be served from the dist folder. We use the Live server extension for Visual Studio Code to run the website locally.

Updating the website

The website is written in plain HTML, CSS and JavaScript. Its files are located in the src folder. For developing and testing the website it can also be served from the src folder.