-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
1,295 additions
and
1,349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Kima | ||
A dead simple WordPress starter that uses using ViteJS and Twig. | ||
A dead simple WordPress starter that with ViteJS and Twig. | ||
|
||
## How to use | ||
1. Go into the project and run `composer install` and `yarn install` to install dependencies. | ||
2. Copy the *.env-example* file, rename it as *.env* and replace the *WP_SITE_URL* with your site url. | ||
3. To start the development server run `yarn dev:mac` if you're on macOS or `yarn dev:windows` if you're on Windows. | ||
4. To compile your assets run `yarn build`. | ||
1. Go into the project folder and run `composer install` and `npm install` to install dependencies. | ||
2. Open the vite.config.js and add your site url in the 'open' property. | ||
3. To start the development server run `npm run dev`. | ||
4. To compile your assets run `npm run build`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
console.log('VitePress 🚀') | ||
console.log('Kima 🚀') |
Oops, something went wrong.