Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1d3o/wideo
[ACTIVE] Wordpress starting framework for magic websites
https://github.com/1d3o/wideo
framework php template wordpress
Last synced: 3 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T19:07:02.000Z (5 months ago)
- Last Synced: 2024-09-13T08:49:23.024Z (5 months ago)
- Topics: framework, php, template, wordpress
- Language: PHP
- Homepage:
- Size: 1.43 MB
- Stars: 4
- Watchers: 5
- 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
[....]
File
Submit
```