Run
- To launch from macOS Finder:
- Double-click
fepper.command
.
- Double-click
- To launch from Windows File Explorer:
- Double-click
fepper.vbs
.
- Double-click
- To launch from the command line:
fp
- Consult the Fepper website for documentation.
- Start editing files in
source
. Changes should automatically appear in the browser. - To stop Fepper, press ctrl+c.
- These other utility tasks are runnable on the command line:
fp data
- Build data.json from underscore-prefixed .json filesfp frontend-copy
- Copy assets, scripts, and styles to the backendfp help
- Print documentation of Fepper tasksfp once
- Output a new build to the public directoryfp restart
- Restart after shutdown, but without opening the browserfp static
- Generate a static site from the 04-pages directoryfp syncback
- Combine frontend-copy and template tasksfp template
- Translate templates in 03-templates for the backend, and output them therefp ui:help
- Print UI tasks and their descriptionsfp update
- Update Fepper distro, Fepper CLI, Fepper NPM, Fepper UI, and Fepper extensionsfp version
- Print the versions of Fepper CLI, Fepper NPM, and Fepper UIfp extend:help
- Print extension tasks and their descriptions
- Enter a
-d
or--debug
switch to run the command indebug
mode. - If using Git for version control, directories named "ignore" will be ignored.