fig.js
which is included automatically at runtime) and no build process.fig local sample.html
fig local path/to/app.html
While testing, it can be useful to add this snippet to your sidebar for quick access. fig home
fig local path/to/app.html
$FIGPATH
FIGPATH
- a colon separated list of paths where Fig will check for a matching app.
For instance, if you run fig sample-app
, Fig will check every directory added to your FIGPATH
for...sample-app.html
sample-app/index.html
FIGPATH
by adding something likeexport FIGPATH=/User/mschrage/path/to/apps
to your .profile
.