/PersonalWebsiteV3

Primary LanguageCSSMIT LicenseMIT

bedrock-sage-vue-starter

Boilerplate for a modern wordpress theme development environment based on:

Sage theme setup by robbinworks. Go and show him some love 🌟

Installation

  1. Clone this repository:
    $ git clone https://github.com/vladbbr/bedrock-sage-vue-starter
  2. Run
    $ composer install
  3. Update environment variables in the .env file:
  • Database variables
    • DB_NAME - Database name
    • DB_USER - Database user
    • DB_PASSWORD - Database password
    • DB_HOST - Database host
    • Optionally, you can define DATABASE_URL for using a DSN instead of using the variables above (e.g. mysql://user:password@127.0.0.1:3306/db_name)
  • WP_ENV - Set to environment (development, staging, production)
  • WP_HOME - Full URL to WordPress home (https://example.com)
  • WP_SITEURL - Full URL to WordPress including subdirectory (https://example.com/wp)
  • AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY, AUTH_SALT, SECURE_AUTH_SALT, LOGGED_IN_SALT, NONCE_SALT
  1. Go to your theme's folder (i.e. web/app/themes/sage) and run:
$ composer install
$ yarn
  1. Set the document root on your webserver to Bedrock's web folder: /path/to/site/web/

  2. Access WordPress admin at https://example.com/wp/wp-admin/

Documentation

Credits