Skip to content

dbjtech/brickyard-dbjtech-website

Repository files navigation

brickyard-dbjtech-website Build Status

What

This repo is the source code of the dbjtech official website

How

  1. Using Node.js v10 is recommended. You can manage your node version by nvm or nvm-windows.
nvm install 10
nvm use 10
  1. Install brickyard-cli < 6
npm i -g brickyard-cli@5.1.3
  1. In the repo dir, run
brickyard build dbjtech-website
  1. The target build files will located at
output/www
  1. Move these files to any static web container and then access

Debug

  1. In the brickyard dir, run
brickyard build dbjtech-website --watch
  1. open http://localhost:8080/

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.

Run with Docker

docker run -p 8080:80 dbjtech/brickyard-dbjtech-website