arnoson/kirby-vite-basic-kit

A simple Kirby CMS + Vite starter kit

v4.0.0 2023-08-13 12:22 UTC

This package is auto-updated.

Last update: 2024-04-25 17:04:16 UTC


README

Features

Installation

Clone this repository and run:

composer install
npm install

Development

Start vite's dev server and a simple php dev server by running:

npm run dev

Visit localhost:8888 in the browser. Vite's dev server (localhost:5173) is only used for serving js, css and assets.

Preview

Get a local production preview by running:

npm run preview

Production

Build your optimized frontend assets to public/dist:

npm run build

Deployment

Manually

Upload the repository to your web server and point your web server to the repository's public folder.

Rsync

If you have ssh access you can use rsync to automate the upload/sync.

Git

You can also deploy your repository with git. Then you have to run the installation steps again on your web server.