Changeset 55303
- Timestamp:
- 02/10/2023 02:59:04 AM (22 months ago)
- Location:
- trunk
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r54289 r55303 39 39 /packagehash.txt 40 40 /artifacts 41 /setup.log 41 42 42 43 # Files and folders that get created in wp-content -
trunk/README.md
r54650 r55303 7 7 8 8 ## Getting Started 9 10 ### Using GitHub Codespaces 11 12 To get started, create a codespace for this repository by clicking this 👇 13 14 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=trunk&repo=75645659) 15 16 A codespace will open in a web-based version of Visual Studio Code. The [dev container](.devcontainer/devcontainer.json) is fully configured with softwares needed for this project. 17 18 **Note**: Dev containers is an open spec which is supported by [GitHub Codespaces](https://github.com/codespaces) and [other tools](https://containers.dev/supporting). 19 20 In some browsers the keyboard shortcut for opening the command palette (Ctrl/Command + Shift + P) may collide with a browser shortcut. The command palette can be opened via the `F1` key or via the cog icon in the bottom left of the editor. 21 22 When opening your codespace, be sure to wait for the `postCreateCommand` to finish running to ensure your WordPress install is successfully set up. This can take a few minutes. 23 24 ### Local development 9 25 10 26 WordPress is a PHP, MySQL, and JavaScript based project, and uses Node for its JavaScript dependencies. A local development environment is available to quickly get up and running. … … 109 125 * Password: `password` 110 126 127 **Note:** With Codespaces, open the portforwarded URL from the ports tab in the terminal, and append `/wp-admin` to login to the site. 128 111 129 To generate a new password (recommended): 112 130
Note: See TracChangeset
for help on using the changeset viewer.