Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/entermedia-llc/stable-starter
Get a jump start building Drupal 8 and 9 themes using Stable Starter, a sub-theme of Stable.
https://github.com/entermedia-llc/stable-starter
Last synced: 18 days ago
JSON representation
Get a jump start building Drupal 8 and 9 themes using Stable Starter, a sub-theme of Stable.
- Host: GitHub
- URL: https://github.com/entermedia-llc/stable-starter
- Owner: Entermedia-LLC
- Created: 2022-08-03T14:50:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T16:08:20.000Z (over 2 years ago)
- Last Synced: 2024-11-14T11:16:10.656Z (3 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stable-starter [![Build Status](https://travis-ci.com/bmarshall511/stable-starter.svg?branch=master)](https://travis-ci.com/bmarshall511/stable-starter)
> Get a jump start building Drupal 8 and 9 themes using Stable Starter, a sub-theme of [Stable](https://www.drupal.org/docs/8/core/themes/stable-theme).
## Installation
### Install via Composer (recommended)
In the Drupal project root, run:
```
composer create-project bmarshall511/stable_starter themes/custom/stable-starter dev-master
```### Manual Install
1. Download the theme.
2. Upload the _stable-starter_ folder to the desired themes folder in your Drupal installation.
3. Download [gulp-starter](https://github.com/bmarshall511/gulp-starter).
4. Upload the _gulp-starter_ folder the the _stable-starter_ theme folder and rename it to `assets`.
5. Install the required node modules in the assets folder by running `npm install` inside the `assets` directory.
6. Download [scss](https://github.com/Entermedia-LLC/scss) & upload it to the `assets/src` directory.
7. Enable and make it the active, default theme.## Development
For information on developing and compiling resources within the _assets_ folder, see the [gulp-starter README.md](https://github.com/bmarshall511/gulp-starter/blob/master/README.md).
### Theme Libraries
- `stable_starter/stable_starter` - Includes the global, base [non-critical](https://web.dev/defer-non-critical-css/) CSS styles.
## Deployment Checklist
- [ ] Update the _favicon.ico_.
- [ ] Update the _logo.svg_.
- [ ] Update the _screenshot.png_.
- [ ] Compile _assets_ for production by running `npm run build`.