Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seedwebs/seed3_backup
https://github.com/seedwebs/seed3_backup
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/seedwebs/seed3_backup
- Owner: SeedWebs
- License: gpl-2.0
- Created: 2022-01-02T10:46:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T15:47:57.000Z (9 months ago)
- Last Synced: 2024-06-21T22:39:47.468Z (5 months ago)
- Language: PHP
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SEED3
WordPress starter theme optimized for modern development with Tailwind CSS, Tailwind Typography and the WordPress editor.
## Quickstart
### Installation
1. Move this folder to `wp-content/themes` in your local development environment
2. Run `npm install && npm run dev` in this folder
3. Activate this theme in WordPress
4. Open `package.json` and replace `seed3.local` with your local url such as `website.test`### Development
4. Run `npm run watch`
5. Add [Tailwind utility classes](https://tailwindcss.com/docs/utility-first) with abandon### Deployment
6. Run `npm run bundle`
7. Upload the resulting zip file to your site using the “Upload Theme” button on the “Add Themes” administration pageOr [deploy with the tool of your choice](https://underscoretw.com/docs/deployment/#h-other-deployment-options)!