This repo is the source code of the dbjtech official website
- Using Node.js v10 is recommended. You can manage your node version by nvm or nvm-windows.
nvm install 10
nvm use 10
- Install brickyard-cli < 6
npm i -g [email protected]
- In the repo dir, run
brickyard build dbjtech-website
- The target build files will located at
output/www
- Move these files to any static web container and then access
- In the brickyard dir, run
brickyard build dbjtech-website --watch
WARN: Debugging output files are CACHED in memory that not written on your disk.
If you want to save your building output, please run brickyard build dbjtech-website
.
docker run -p 8080:80 dbjtech/brickyard-dbjtech-website