Skip to content

Local environment setup

Before we get started with the exercises, be sure to clone the demo repo and install dependencies.

  1. Visit the public demo repo and clone it:

    Terminal window
    git clone git@github.com:Bixal/drupal-govcon-2025-demo.git
  2. Go into the demo folder.

    Terminal window
    cd ./drupal-govcon-2025-demo
  3. Install dependencies.

    Terminal window
    npm install
  4. To test everything is working, run the component library.

    Terminal window
    npm run lib
  5. Alternatively, you can also run the docs site project.

    Terminal window
    npm run docs

That’s it 🎉! You’ve now installed all dependencies for both projects and are ready to get started.