Go to file
sovanna 2a2a7da014 fix(issue#3): Loads models separately
- common models functions are loaded in SolveSpaceControls.js
- each js model file is now autonomous
- in page-solvespace.html, add each <script> 'async' attribute

So now, each js model file will be loaded as soon as available,
avoiding blocking rendering page
2020-04-21 18:23:49 +09:00
content smoltcp: fix formatting 2020-04-17 11:01:44 +08:00
sass/css fix(issue#16): Adds class inverted to flip warning when: 2020-04-20 18:22:38 +09:00
server rfq: simplify, set email sender 2020-04-15 21:17:19 +08:00
static fix(issue#3): Loads models separately 2020-04-21 18:23:49 +09:00
templates fix(issue#3): Loads models separately 2020-04-21 18:23:49 +09:00
.gitignore feat(place-order): Adds order hardware system 2019-11-06 14:49:00 +08:00
README.md README: give up on markdown 2019-07-20 11:33:02 +08:00
Website design specs.docx add design specs document 2019-07-26 21:11:05 +08:00
config.toml config.toml: correct description 2019-07-29 19:10:05 +08:00
package-lock.json shop: cleanup request, update npm deps 2020-04-15 21:17:48 +08:00
package.json shop: cleanup request, update npm deps 2020-04-15 21:17:48 +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