Go to file
Sebastien Bourdeauducq b7e3a15533 add Chinese address 2021-08-18 10:16:17 +08:00
content add Chinese address 2021-08-18 10:16:17 +08:00
sass/css remove old logos 2020-10-12 17:41:23 +08:00
server rfq: simplify, set email sender 2020-04-15 21:17:19 +08:00
static add zotino temperature data image (#61) 2021-08-04 13:39:22 +08:00
templates add helpdesk email 2021-08-11 12:30:22 +08:00
.gitignore feat(place-order): Adds order hardware system 2019-11-06 14:49:00 +08:00
README.md document JS rebuild 2021-03-22 17:45:50 +08:00
Website design specs.docx add design specs document 2019-07-26 21:11:05 +08:00
config.toml move highlight_code config to markdown 2021-06-03 11:20:14 +08:00
package-lock.json shop: cleanup request, update npm deps 2020-04-15 21:17:48 +08:00
package.json shop: cleanup request, update npm deps 2020-04-15 21:17:48 +08:00

README.md

M-Labs.hk website source code

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For deployment, see the nix-scripts repository. Commits to https://git.m-labs.hk/M-Labs/web2019.git are automatically deployed to m-labs.hk through Hydra.

Clone the project:

git clone https://git.m-labs.hk/M-Labs/web2019.git
cd web2019

Install Zola.

Start:

zola serve

To update the .min.js and .jsx file:

nix-shell -p nodejs --run "npm run build"