https://github.com/maskingtechnology/website
Our company website
https://github.com/maskingtechnology/website
cost-efficient future-proofing
Last synced: 4 months ago
JSON representation
Our company website
- Host: GitHub
- URL: https://github.com/maskingtechnology/website
- Owner: MaskingTechnology
- Created: 2023-06-28T10:06:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T10:48:45.000Z (10 months ago)
- Last Synced: 2025-09-22T03:45:45.682Z (8 months ago)
- Topics: cost-efficient, future-proofing
- Language: HTML
- Homepage: https://masking.tech
- Size: 289 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](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](https://nodejs.org) installed.
To build the website, execute the following commands:
```bash
npm install
npm run build
```
The website can be served from the ``dist`` folder.
We use the [Live server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) 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.