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.
 
 
 
Sebastien Bourdeauducq a7c4c079a4 add link to UCLA AMO 2 weeks ago
content add link to UCLA AMO 2 weeks ago
sass/css Fix incorrect min-height for the crate 3 months ago
server rfq: simplify, set email sender 3 years ago
static Update bundle file 1 month ago
templates Fix #72 - make side-panel button depend on screen size, same as the appearance 1 month ago
.gitignore feat(place-order): Adds order hardware system 4 years ago
README.md Optimize webpack usage 2 months ago
Website design specs.docx add design specs document 4 years ago
config.toml move highlight_code config to markdown 2 years ago
package-lock.json Add webpack 2 months ago
package.json Optimize webpack usage 2 months ago
webpack.config.js Remove weird animations from backlog 1 month 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 .bundle.js and .jsx file:

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