Starter Kit
Component ID
2737665
Component name
Starter Kit
Component type
theme
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Starter Kit is a starter theme designed for building modern websites. It is inspired by the methodologies behind atomic design and components.
Browser Support
- Internet Explorer 10+
- Firefox (Last 2 Versions)
- Safari (Last 2 Versions)
- Google Chrome (Last 2 Versions)
Requirements
Initial Installation and Setup
- Clone the theme into the website 'themes' folder
- Replace 'themes/starterkit/screenshot.png' with an image of your theme
- Replace 'themes/starterkit/logo.svg' with an image of your theme logo
- Copy and rename 'themes/starterkit/example.config.json' to 'themes/starterkit/config.json'
- Navigate to the 'themes/starterkit' folder using a command-line interface and run the 'npm install' command
- After that finishes run the 'gulp init' command and answer the prompts
- Log in to the website and enable your new theme under 'Appearance'
- In terminal run the 'gulp' command from inside your new theme
- Modify the new theme's files as needed to build your custom theme
Development Setup
- Copy and rename 'themes/theme_name/example.config.json' to 'themes/theme_name/config.json'
- Navigate to the 'themes/theme_name' folder using a command-line interface and run the 'npm install' command
- Log in to the website and ensure the new theme is enabled
- In terminal run the 'gulp' command from inside your new theme
- Modify the new theme's files as needed to build your custom theme