Local environment setup
Prerequisites
Section titled “Prerequisites”Before we get started with the exercises, be sure to clone the demo repo and install dependencies.
-
Visit the public demo repo and clone it:
Terminal window git clone git@github.com:Bixal/drupal-govcon-2025-demo.git -
Go into the demo folder.
Terminal window cd ./drupal-govcon-2025-demo -
Install dependencies.
Terminal window npm install -
To test everything is working, run the component library.
Terminal window npm run lib -
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.