Generate aesthetic posts for a variety of social media platforms
-
Clone the repository to your local machine.
git clone https://github.com/lord-benjamin/TxTBx---Social-Media-Post-Creator.git
-
Navigate to the project directory.
cd TxTBx---Social-Media-Post-Creator
-
Install the required dependencies using NPM.
npm install
To start the development server, run the following command in the project directory:
npm start
This will start the server and it will be accessible at http://localhost:3000
.
The node_modules
folder is typically included in the .gitignore
file to prevent it from being uploaded to the Git repository. However, if you want to extract the node_modules
folder, you can use the following steps:
-
Install the required dependencies using NPM as described above.
-
Install the
npm-force-resolutions
package globally using the following command:npm install -g npm-force-resolutions
-
Run the following command to extract the
node_modules
folder:npm-force-resolutions
This will extract the node_modules
folder to your local machine, but it will not be uploaded to the Git repository.
If you'd like to contribute to this project, please fork the repository and submit a pull request.