Go to file
Sébastien Bourdeauducq 2ba10dd2e8 improve sales info 2024-03-08 09:31:30 +08:00
content improve sales info 2024-03-08 09:31:30 +08:00
sass/css Move order options to the OrderForm, fix missing tooltip props, update tooltip contents 2024-02-15 12:17:19 +08:00
server rfq: use password file 2024-01-08 17:53:04 +08:00
static Do not show copy button in not secured contexts and add product number to the backlog header 2024-02-21 11:57:33 +08:00
templates Demangle email addresses on the site 2023-11-29 17:21:33 +08:00
.gitignore feat(place-order): Adds order hardware system 2019-11-06 14:49:00 +08:00
README.md Add other warnings for the cards 2024-01-09 10:14:53 +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 Add css classes to the radio component, add shipping summary and other content fixes 2024-02-15 12:17:19 +08:00
package.json Add css classes to the radio component, add shipping summary and other content fixes 2024-02-15 12:17:19 +08:00
webpack.config.js Spare cards is always last 2024-01-09 10:14:53 +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 build the .bundle.js from .jsx files:

nix-shell -p nodejs
npm install
npm run build