This commit is contained in:
admin 2025-05-12 00:56:50 -06:00
parent da1d357416
commit b5c2ac1013

View File

@ -67,18 +67,6 @@ For detailed instructions, see the [official Webflow Code Export guide](https://
### Steps to Deploy ### Steps to Deploy
/**
* How to open terminal on different operating systems:
*
* - Ubuntu/Linux: Ctrl+Alt+T
* - Windows:
* - Windows+R, then type "cmd" or "powershell" and press Enter
* - Or search for "Terminal" or "Command Prompt" in the Start menu
* - macOS:
* - Command+Space, then type "terminal" and press Enter
* - Or find Terminal in Applications/Utilities folder
*/
1. Clone this repository to your server: 1. Clone this repository to your server:
```bash ```bash
git clone https://gitea.bnkhome.org/bnkops/webflow.quick.server.git git clone https://gitea.bnkhome.org/bnkops/webflow.quick.server.git
@ -86,21 +74,6 @@ For detailed instructions, see the [official Webflow Code Export guide](https://
2. Extract your Webflow code export/copy all files into the `website/` directory 2. Extract your Webflow code export/copy all files into the `website/` directory
/**
* How to find directories on different operating systems:
*
* - Ubuntu/Linux:
* - Use the "Files" app (similar to Explorer/Finder)
* - Or in terminal: `find / -name "webflow.quick.server" 2>/dev/null`
* - Windows:
* - Open File Explorer (Windows+E)
* - Navigate through folders or use search in top-right
* - Or in Command Prompt: `dir /s /b C:\webflow.quick.server*`
* - macOS:
* - Use Finder (Command+Space, type "finder")
* - Or in terminal: `find / -name "webflow.quick.server" 2>/dev/null`
*/
3. Navigate to the project directory: 3. Navigate to the project directory:
```bash ```bash
cd path/to/webflow.quick.server cd path/to/webflow.quick.server