Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplicity-tech-solutions/create-solid-press-starter
The best way to start a new modern wordpress website.
https://github.com/simplicity-tech-solutions/create-solid-press-starter
cli javascript npx opensource php solidjs tailwindcss wordpress wordpress-boilerplate wordpress-development wordpress-starter-theme
Last synced: about 1 month ago
JSON representation
The best way to start a new modern wordpress website.
- Host: GitHub
- URL: https://github.com/simplicity-tech-solutions/create-solid-press-starter
- Owner: Simplicity-Tech-Solutions
- License: mit
- Created: 2023-08-18T13:07:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T13:18:01.000Z (about 1 year ago)
- Last Synced: 2024-09-13T21:19:40.801Z (2 months ago)
- Topics: cli, javascript, npx, opensource, php, solidjs, tailwindcss, wordpress, wordpress-boilerplate, wordpress-development, wordpress-starter-theme
- Language: JavaScript
- Homepage: https://solidpress.org
- Size: 2.7 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to SolidPress 👋
The blazing fast, easy to manage way to create Wordpress templates powered by Solid JS and Tailwind CSS
![GitHub package.json version (branch)][solidpress-version]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![Website][website-shield]][website-url]
📚 Read the docs
🎓 Learn More
👨🏽💻 Start Contributing
🌐 Visit our Website
Click to Table of Contents 🖱️
## What is SolidPress?
SolidPress is a modern wordpress template. Reinventing the way in which developers make templates by using the frontend library Solid.JS to build dynamic, easy to manage, and lightweight websites for all of your needs!
## Getting Started
SolidPress is a wordpress template. So to use it you will need to have npm and a way of running wordpress on your local machine. We reccomend using LocalWP which you can learn more about by clicking this link 🔗.
### Prerequisites
* Install the NPM registry through your terminal
```sh
npm install npm@latest -g
```* Install LocalWP onto your machine
🔗 Click here to go install to LocalWP
### Installation_Below is how you can get started with developing your new wordpress website using SolidPress! Currently we only have a guide for **Windows** and MacOS is not supported in full. ( MacOS Guide and release will be coming in the near future! )_
1. Open LocalWP on your device ( 🔗 Click here to go install to LocalWP ) and pick the **Create a new site** option. Then press continue to go to the next page:
2. Once you see the screen below. Create Your Local WordPress Site ( _Pick a name for your website_ ). Then press continue to go to the next page:
3. Once you see the screen below. Click **Custom** and select your php version ( *Recomended: Any PHP version after 8.0.0* ). Select **Apache** for your web server ( *Recomended: Any Apache version after 2.4.0* ). Select **MySQL** for your database ( *Recomended: Any MySQL version after 8.0.0* ). Then press continue to go to the next page:
4. Once you see the screen below. Pick a username and password of your choice. Then fill out what email you want to have connected to the admin account. After these have been filled out to your liking click continue to go to the next page:
5. You now have set up your wordpress website! You should see a screen similar to the one below. Click the **Start site** button in the top rigt corner of the screen to start your wordpress website.
6. Click the _Open site shell_ button or open the directory of the website into your favorite code editor and or shell and go to the **themes** directory of your wordress installation.
```sh
wsl
``````sh
cd wp-content/themes
```7. Once you are in the **themes** directory. Use the NPX command to install/create your website theme
```sh
npx @solidpress/create-solidpress-starter my-website
```8. Open the Wordpress admin panel and navigate to the theme page by going to Appreance -> Themes
9. Once you are in the themes portion of the admin panel activite your new solidpress theme by hovering over the _SolidPress Starter Theme_ and clicking **Activate**!
10. Click on the Home Icon on the top left of your screen and start developing solid press website!
## License
SolidPress Starter Theme is an [MIT-licensed](LICENSE) open-source wordpress template by [Simplicity Tech Solutions](https://simplicitytechsolutions.com) and [contributors](https://github.com/Simplicity-Tech-Solutions/create-solid-press-starter/graphs/contributors):
[contributors-shield]: https://img.shields.io/github/contributors/Simplicity-Tech-Solutions/create-solid-press-starter.svg?style=for-the-badge
[contributors-url]: https://github.com/Simplicity-Tech-Solutions/create-solid-press-starter/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Simplicity-Tech-Solutions/create-solid-press-starter.svg?style=for-the-badge
[forks-url]: https://github.com/Simplicity-Tech-Solutions/create-solid-press-starter/network/members
[stars-shield]: https://img.shields.io/github/stars/Simplicity-Tech-Solutions/create-solid-press-starter.svg?style=for-the-badge
[stars-url]: https://github.com/Simplicity-Tech-Solutions/create-solid-press-starter/stargazers
[issues-shield]: https://img.shields.io/github/issues/Simplicity-Tech-Solutions/create-solid-press-starter.svg?style=for-the-badge
[issues-url]: https://github.com/Simplicity-Tech-Solutions/create-solid-press-starter/issues
[license-shield]: https://img.shields.io/github/license/Simplicity-Tech-Solutions/create-solid-press-starter.svg?style=for-the-badge
[license-url]: https://github.com/Simplicity-Tech-Solutions/create-solid-press-starter/blob/master/LICENSE.txt
[website-shield]: https://img.shields.io/website/https/solidpress.org.svg?style=for-the-badge&logo=website&colorB=555
[website-url]: https://solidpress.org
[solidpress-version]: https://img.shields.io/github/package-json/v/Simplicity-Tech-Solutions/create-solid-press-starter/main.svg?style=for-the-badge