This project is a custom WordPress theme created using SCSS and Advanced Custom Fields to display data on the front end.
Before running this project locally, make sure that you have the following installed:
- MAMP (or any other local server software)
- WordPress
To install and run the project locally, follow these steps:
- Start MAMP and navigate to the
localhost
in your web browser. - Click on the phpMyAdmin link to access the database management tool.
- Create a new database for the project.
- Download and install WordPress in the
htdocs
folder of your MAMP installation. - Navigate to the
wp-content/themes
folder within the WordPress installation. - Move the entire project folder to the
themes
folder. - In your WordPress dashboard, navigate to Appearance > Themes and activate the project theme.
This project uses Advanced Custom Fields to display data on the front end. To modify the data displayed, you can use the Advanced Custom Fields plugin in the WordPress dashboard.
The SCSS files for this project are located in the scss
folder. To compile the SCSS files into CSS, you can use a preprocessor like Sass or a task runner like Gulp.
If you would like to contribute to this project, please fork the repository and create a pull request. You can also submit issues and bug reports in the Issues tab.
This project is licensed under the MIT License - see the LICENSE file for details.