Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Creating a new application

Kevan Hannah edited this page Apr 27, 2023 · 4 revisions

The toolkit includes a command line interface (CLI) tool to make it easier to start building a new application and perform other development-related functions.

After installation, you can run the command node jam-on.mjs new from a terminal in the installation folder. This will:

  • delete any local .git folder to remove the version control history
  • remove various example files
  • prompt you for the English and French-side subfolders to use for your app, create starter files based on your answers, and update the site configuration in other places