Thank you for thinking about contributing to Teft!
Thing so remember in a pull request:
## Unreleased
title. If the unreleased title don’t exists, create it.CHANGELOG.md
.wp-env.json
file.0.0.0
. The release script will set the version on first release.First, you need a WordPress Environment to run Teft on. The quickest way to get up and running is to use wp-env.
In the folder of your preference, clone this project and enter the working directory:
# Clone the repo
git clone [email protected]:DekodeInteraktiv/teft.git
# Go into the cloned repo
cd teft
# Install dependencies and build plugins and styles
npm install
npm run build
# Start wp env
npm run wp-env start
Default URL: http://localhost:8889
WordPress credentials:
Username: admin
Password: password
See “wp-env - troubleshooting common problems”.
npm run dev
Will build and watch for changes in all the plugins and the them.
npm run build
Will build a production files for all the plugins and the theme.