Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axelilali/kima

A dead simple WordPress starter with ViteJS and Twig.
https://github.com/axelilali/kima

Last synced: about 2 months ago
JSON representation

A dead simple WordPress starter with ViteJS and Twig.

Awesome Lists containing this project

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`.