web2019/README.md
Egor Savkin 85429b64f8 Add webpack
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-07-10 16:32:09 +08:00

27 lines
615 B
Markdown

# 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 .min.js, .bundle.js and .jsx file:
```
nix-shell -p nodejs --run "npm run build"
nix-shell -p nodejs --run "npx webpack"
```