The Fractal CLI tool can be installed globally via NPM:
npm i -g @frctl/fractal
To start the web UI dev server using the BrowserSync option, you can use the command:
fractal start
You can reference the Fractal development guide at https://fractal.build/guide/
To deploy changes and updates to GitHub Pages, you can use the command:
fractal build
Following a successful build, commit and push the changes to the repo, and ensure they are merged into the master branch.