This is a readme file for the InfluenceUp project. It is a project that is meant to help people understand the influence of their social media posts. And help reach a wider audience.
- Clone the repository
- Download wordpress and install it in the root directory of the repository (don't replace any files).
- Setup a database for wordpress. (Or you can use development config provided in the repository, required to rename development-config.php to wp-config.php)
- Launch the website (using docker, podman, XAMPP, WAMP, LAMP, etc.)
- Go to the theme folder via terminal (Location: InfluenceUp/wp-content/themes/InfluenceUp)
- Run the command
npm install
to install all the dependencies. (Node.js 18.0 LTS is required) - Run the command
npm run dev
to build the theme.
- Go to the website and login as admin.
- Go to the theme page and activate the InfluenceUp theme.
- Go to the InfluenceUp settings page and enter the API keys for the social media platforms.
- Activate all the plugins that are turned off by default.
Good luck!