1
0
Fork 0
 
 
 
Go to file
Egor Savkin 5bf369fc50 Update bundle file
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-08-22 16:29:12 +08:00
content shop: add Pounder (#87) 2023-08-10 12:27:06 +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 Update bundle file 2023-08-22 16:29:12 +08:00
templates Fix #72 - make side-panel button depend on screen size, same as the appearance 2023-08-10 12:29:40 +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"