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.
|
2 weeks ago | |
---|---|---|
content | 2 weeks ago | |
sass/css | 3 months ago | |
server | 3 years ago | |
static | 1 month ago | |
templates | 1 month ago | |
.gitignore | 4 years ago | |
README.md | 2 months ago | |
Website design specs.docx | 4 years ago | |
config.toml | 2 years ago | |
package-lock.json | 2 months ago | |
package.json | 2 months ago | |
webpack.config.js | 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"