https://github.com/funtechinc/sauce.wp
https://github.com/funtechinc/sauce.wp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/funtechinc/sauce.wp
- Owner: FunTechInc
- Created: 2024-02-27T07:08:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T06:38:27.000Z (over 1 year ago)
- Last Synced: 2025-04-14T23:14:01.310Z (about 1 year ago)
- Language: JavaScript
- Size: 7.39 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sauce.wp

sauce.wp is a template for build a website with WordPress.
Documentation is constructing now.
## Getting Started
### Start development server
1. Install Node.js `npm install`
2. Start docker by wp-env `npm run wp-update`
3. Start development server `npm run start`
4. Open `http://localhost:8888` in your browser.
### Export files for production
1. Build for production `npm run build`
2. `dist` directory is created.
3. Upload `dist` directory to your server.
### Stop docker
1. Stop docker `npm run wp-stop`