Demo SiteΒΆ

If you checked out or downloaded the source for crispy-forms-gds from the repository then you can run the Django demo site to see all Design System components in action.

You will need to install nvm first to manage node versions and that the javascript packages used to build the front-end assets are pinned to stable versions.

The project has a makefile in the project root that simplifies setting everything up. To run the Django demo site simply type:

make serve

The makefile installs all the dependencies including the javascript that contains the Design System and and builds everything needed to run the Django site. Now you can just point your browser at http://localhost:8000/ to see example forms for each supported component.