Skip to content

zuixjs/zuixjs.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b781c6a · Feb 10, 2025
Mar 13, 2024
Feb 10, 2025
Feb 10, 2025
Mar 16, 2022
Oct 26, 2024
Apr 20, 2022
May 7, 2023
Feb 4, 2022
Aug 27, 2018
Apr 20, 2022
Mar 16, 2022
Feb 4, 2022
Mar 13, 2024
Jul 6, 2023

Repository files navigation

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