The BSI CX master template for websites and landingpages. This repository serves as the foundation for creating new templates. You can fork this repository to create your own BSI CX design.
This repository uses the BSI CX design standard library for content elements.
To build the design ZIP files, the BSI CX design build based on webpack is used. Checkout the Wiki to get more information on the design build.
To get more information on BSI CX designs, checkout our online documentation.
To use this package you have to fulfill the following requirements:
- Node >= 16.16.0
- NPM >= 8.11.0
- A code editor e.g. Visual Studio Code, IntelliJ or Web Storm
- To test your design, you need access to BSI CX
Fulfill the requirements, download or fork this repository and run the following command in your project folder (where the package.json
is placed):
npm install
Make sure you run npm update
regularly (e.g. once a week).
To view the preview template locally, run the following command:
npx webpack serve --config webpack.config.js --mode development --progress
If you have any problems using this package or found a bug, please create a new issue in this repository on GitHub.
If you like to contribute to this project, feel free to fork it and create a pull request.