Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```