Webasyst Webkit application is a visual theme editor. It allows you to create projects (themes), templates and pages through a simple and intuitive interface.
- Web Server
- PHP 7.2+
- MySQL
- NodeJS v16.19.1 (use nvm)
- Npm 8.19.3+
- Typescript 5.2.2
- Install Webasyst Framework (required first!) - https://developers.webasyst.com/download/
- Install Webkit App
> cd /PATH_TO_WEBASYST/wa-apps/
> mkdir webkit
> git clone git://github.com/elegantux/webkit.git ./
- Add the following line into the
wa-config/apps.php
file (this file lists all installed apps):
'tasks' => true,
- Install project dependencies
> npm ci
- Run the project
> npm run dev
- Done 🎉.
> brew install gettext
> msgfmt inputfile.po -o outputfile.mo