You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
occheung 9bcda6af08 fix top element color 2 years ago
content fix migen link 2 years ago
sass/css remove old logos 3 years ago
server rfq: simplify, set email sender 3 years ago
static fix JSON validation 2 years ago
templates fix top element color 2 years ago
.gitignore feat(place-order): Adds order hardware system 4 years ago
README.md document JS rebuild 2 years ago
Website design specs.docx add design specs document 4 years ago
config.toml update company description 2 years ago
package-lock.json shop: cleanup request, update npm deps 3 years ago
package.json shop: cleanup request, update npm deps 3 years ago

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"