This theme requires PHP 8.4+ and MySQL 5.7+.
We utilize Composer to manage dependencies. Make sure you have Composer installed on your machine.
Run composer install. This will install all dependencies including WordPress and plugins.
Copy .env.example to .env and set your environment variables, including database credentials in the .env file:
DB_NAME=database
DB_USER=username
DB_PASSWORD=password
Add also the Salt Keys to your environment file. Visit the salt key generator and copy the randomly generated keys to your .env file.
After installing, you should configure your web server's document / web root to be the public directory. The index.php in this directory serves as the front controller for all HTTP requests entering your application.
To install all nodeJS dependencies run
npm installand then
# Start the dev server...
npm run dev
# Build for production...
npm run build