Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 265 Bytes

building.md

File metadata and controls

17 lines (11 loc) · 265 Bytes

Building Frontend Files


Running build command

Run the commands below in order to rebuild Jexactyl's frontend.

cd /var/www/jexactyl

# If building in a development environment:
yarn watch

# If building for production:
yarn build:production