https://github.com/1d3o/wideo
[ACTIVE] Wordpress starting framework for magic websites
https://github.com/1d3o/wideo
framework php template wordpress
Last synced: 11 months ago
JSON representation
[ACTIVE] Wordpress starting framework for magic websites
- Host: GitHub
- URL: https://github.com/1d3o/wideo
- Owner: 1d3o
- Created: 2018-07-27T15:09:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T09:11:08.000Z (about 1 year ago)
- Last Synced: 2025-03-30T02:05:06.591Z (about 1 year ago)
- Topics: framework, php, template, wordpress
- Language: PHP
- Homepage:
- Size: 1.43 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wideo
Wordpress starting framework for magic websites.
Full documentation: https://github.com/ideonetwork/wideo/wiki
## Usage
### Installation for wordpress websites
Run the following commands inside the wp-content/themes directory:
```shell
git clone https://github.com/ideonetwork/wideo
cd wideo
npm install -g webpack-cli
yarn install
npm run start
```
### Installation for static websites
Run the following commands inside the directory:
```shell
git clone https://github.com/ideonetwork/wideo
cd wideo
npm install -g webpack-cli
yarn install
npm run static
npm run start
```
### Build
```shell
npm run build
```
The build process should create a **./build** directory with the official theme ready for production.
## Guide
### Custom mailer configuration
```php
Name
Email
[....]
File
Submit
```