{"id":26977050,"url":"https://github.com/hypress/project-skeleton","last_synced_at":"2025-04-03T12:17:59.885Z","repository":{"id":34108893,"uuid":"170022321","full_name":"hypress/project-skeleton","owner":"hypress","description":"💀A very basic project skeleton for hypress projects.","archived":false,"fork":false,"pushed_at":"2023-01-07T11:15:34.000Z","size":806,"stargazers_count":0,"open_issues_count":22,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-02T11:21:03.877Z","etag":null,"topics":["ansible-playbook","vagrant","vagrantfile","webpack","wordpress-development","wordpress-development-kit"],"latest_commit_sha":null,"homepage":"https://github.com/hypress","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hypress.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-10T20:18:30.000Z","updated_at":"2019-10-31T13:24:08.000Z","dependencies_parsed_at":"2023-01-15T04:40:47.375Z","dependency_job_id":null,"html_url":"https://github.com/hypress/project-skeleton","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypress%2Fproject-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypress%2Fproject-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypress%2Fproject-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypress%2Fproject-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypress","download_url":"https://codeload.github.com/hypress/project-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998197,"owners_count":20866696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible-playbook","vagrant","vagrantfile","webpack","wordpress-development","wordpress-development-kit"],"created_at":"2025-04-03T12:17:59.254Z","updated_at":"2025-04-03T12:17:59.877Z","avatar_url":"https://github.com/hypress.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hypress-project-skeleton (v0.1.3)\n![Version](https://img.shields.io/badge/version-v0.1.3-violet.svg)\n![Last commit](https://img.shields.io/github/last-commit/hypress/project-skeleton.svg?style=flat)\n![Build status](https://api.travis-ci.org/hypress/project-skeleton.svg?branch=develop)\n![WordPress v5.2.4](https://img.shields.io/badge/wordpress-v5.2.4-blue.svg)\n\nA very basic project skeleton for hypress projects. The main goal is to keep as much as\ndependencies away from the host machine.\n\nThe base project skeleton for [hypress] driven WordPress projects.  \n\nThis skeleton can be generated with the [yeoman hypress generator][generator-hypress].\n\n## Requirements\n\n### Vagrant\n1. [VirtualBox](https://www.virtualbox.org/)\n2. [Vagrant](https://www.vagrantup.com/)\n3. [vagrant-hostmanager](https://github.com/devopsgroup-io/vagrant-hostmanager)\n\n### Docker\n1. [Docker](https://docker.com)\n2. [Docker Compose](https://docs.docker.com/compose/install/)\n\n## Install dependencies with homebrew (macOS)\nRun\n\n```bash\nbrew install cask\nbrew cask install virtualbox vagrant\nvagrant plugin install vagrant-hostmanager\n```\n\n## Getting started\nYou need a copy of all project files. Download it via github or just use the\n[yeoman hypress generator][generator-hypress].\n\nTo bring your development stack up, just start the vagrant box.\n\n```bash\nvagrant up\n```\n\n\nIf you are using Docker, run\n```bash\ndocker-compose up\n```\n\n| Endpoint              | URL                                   |\n|---------              | ---                                   |\n| Frontend              | http://hypress.local                  |\n| Backend               | http://hypress.local/wp-admin         |\n| phpMyAdmin            | http://hypress.local/phpmyadmin       |\n|                       |                                       |\n| **Docker** Frontend   | http://hypress.localhost              |\n| **Docker** Backend    | http://hypress.localhost/wp-admin     |\n| **Docker** phpMyAdmin | http://hypress.localhost/phpmyadmin   |\n\n| Credential            | Value                                 |\n|-----------            | -----                                 |\n| MySQL user            | `hypress`                             |\n| MySQL password        | `hypress`                             |\n| MySQL database        | `hypress`                             |\n| WordPress user        | `hypress`                             |\n| WordPress password    | `hypress`                             |\n\n## Enable local https (Vagrant only)\nTo get local https, you can utilize [mkcert]. Follow the link for installation instructions.\n\nAfter installing mkcert and creating a local CA create a certificate for hypress.\n\n```bash\ncd .hypress/\nmkcert hypress.local\n```\n\nIf you ran `vagrant up` already, you need to provision the box again.\n\n```bash\nvagrant provision\n```\n\n## Plugin development\nIf you want to use this setup for WordPress plugin development, change the\n`hypress_type` variable in `./.hypress/ansible/settings.yml` from `theme`\nto `plugin`.\n\n## Bundle your theme or Plugin\nTo create a production ready release, just run\n\n```bash\nnpm run bundle\n```\nYou'll find a ready to use bundle in `./dist`.\n\n## Contributing\nThis projects is open for contributions.\n\n[hypress]: https://github.com/hypress\n[generator-hypress]: https://github.com/hypress/generator-hypress\n[mkcert]: https://github.com/FiloSottile/mkcert\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypress%2Fproject-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypress%2Fproject-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypress%2Fproject-skeleton/lists"}