An open API service indexing awesome lists of open source software.

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

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.