New Features:
-
Docker Support: I've added Docker files to both the front-end and server directories to enable easier deployment of the application. This includes a Docker Compose file at the root of the repository, which allows the containers to be spun up together with a single command.
-
Customization with Environment Variables: I've introduced the ability to customize various aspects of the application through environment variables. This includes the homepage title and various music streaming links (e.g., Spotify, Apple Music), as well as API URLs. This allows you to personalize the application without modifying the code.
-
Single .env File: The front-end and server now pull from a single .env file at the root of the repository. This consolidates all environment variables into one place, simplifying configuration.
-
Improved Documentation: I've updated the README with instructions on how to use the new Docker and environment variable features, making it easier for new users to get started with the app.
Go to the Custom-Template Folder to get started!
Bug Fixes:
- Various minor bug fixes and performance improvements.