Fasding is a lightweight and developer-friendly WordPress theme built exclusively for Elementor. It is optimized for high-performance landing pages and provides a seamless drag-and-drop experience with Elementor Page Builder.
Designed with Vite, Tailwind CSS, and PostCSS, Fasding ensures a modern development workflow while offering total flexibility in page design.
Follow these steps to set up the theme:
cd wp-content/themes
git clone https://github.com/e-ardali/fasding.git
Or download the repository as a ZIP file and extract it in the themes directory.
.env
FileDuplicate the .env.example
file and rename it to .env
:
cp .env.example .env
Navigate to the theme directory and install required dependencies:
cd fasding
composer install
npm install
Run the following command to compile assets:
npm run build
Go to WordPress Admin Panel ā Appearance ā Themes and activate Fasding.
Since Fasding is designed specifically for Elementor, make sure you have the Elementor plugin installed:
wp plugin install elementor --activate
Or install it manually from the WordPress Plugin Directory.
For a better development experience, use:
npm run dev
This will enable hot-reloading with Vite.
This project is licensed under the MIT License. See the LICENSE file for details.
š Fasding is an open-source project. Contributions and feedback are welcome!