Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 422 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 422 Bytes

yuan-pad

YuanPad is a PHP-based guestbook script.

Developer Guide

Back End Developer Guide

  1. Download and install XAMPP on your computer.
  2. Make sure this folder in in your htdocs.

Front End Developer Guide

cd yuan-pad/themes/spa
yarn

On the develop stage, run:

yarn run dev

Run the following in your terminal when you want to generate the compressed files:

yarn run build