Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 661 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 661 Bytes

zUIx web, presentation and documentation site.

Development

This website is based on zUIx Web Starter.

  1. npm install to install development dependencies and run the initial build
  2. npm start to start local web server

website source files are located in the ./source folder and are generated in the ./docs parent folder. This setting can be changed by modifying the ./config/default.json and ./config/production.json files.

To switch from development (default) to production config build:

export NODE_ENV=production