Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelilali/kima
A dead simple WordPress starter with ViteJS and Twig.
https://github.com/axelilali/kima
Last synced: 1 day ago
JSON representation
A dead simple WordPress starter with ViteJS and Twig.
- Host: GitHub
- URL: https://github.com/axelilali/kima
- Owner: axelilali
- Created: 2023-10-26T13:40:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T15:22:48.000Z (11 months ago)
- Last Synced: 2024-08-01T19:46:01.378Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 94.7 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-vite - Kima - Starter theme with Twig. (Integrations with Backends / WordPress)
- awesome-vite - Kima - Starter theme with Twig. (Integrations with Backends / WordPress)
README
# Kima
A dead simple WordPress starter with ViteJS and Twig.## How to use
1. Go into the project folder and run `composer install` and `npm install` to install dependencies.
2. Copy / rename the .env.example file to .env.
3. Inside the .env file, replace the the VITE_SITE_URL with your site url (eg. htttp://localhost/mysite) and VITE_THEME_FOLDER with your theme folder (locate at /wp-content/themes/).
4. To start the development server run `npm run dev`.
5. To compile your assets run `npm run build`.