1
0
Fork 0
 
 
 
Go to file
Egor Savkin 736c007da8 Update funding design
Wrap each funder into the horizontal card with logo and description, increase margins for platinum/gold/... headers

Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-11-15 17:25:02 +08:00
content Update funding design 2023-11-15 17:25:02 +08:00
sass/css Update funding design 2023-11-15 17:25:02 +08:00
server rfq: simplify, set email sender 2020-04-15 21:17:19 +08:00
static Update funding design 2023-11-15 17:25:02 +08:00
templates Update funding design 2023-11-15 17:25:02 +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 Fix hover logic on touchables 2023-11-07 14:59:20 +08:00
package.json Fix hover logic on touchables 2023-11-07 14:59:20 +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"