1
0
Fork 0
 
 
 
Go to file
Egor Savkin bd33946b0e Use thin spaces between initials
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-10-26 10:28:41 +08:00
content Use thin spaces between initials 2023-10-26 10:28:41 +08:00
sass/css Fix incorrect min-height for the crate 2023-07-07 16:30:52 +08:00
server rfq: simplify, set email sender 2020-04-15 21:17:19 +08:00
static Optimize preview with pngquant 256 2023-10-17 14:04:54 +08:00
templates Refactor publications section and layout them as cards 2023-10-26 10:28:21 +08:00
.gitignore feat(place-order): Adds order hardware system 2019-11-06 14:49:00 +08:00
README.md Optimize webpack usage 2023-07-12 13:16:44 +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 webpack 2023-07-10 16:32:09 +08:00
package.json Optimize webpack usage 2023-07-12 13:16:44 +08:00
webpack.config.js Remove weird animations from backlog 2023-08-10 12:29:40 +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 .bundle.js and .jsx file:

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