Install and run CMS locally via Instant Docker Setup
mainIf you have Docker running, you can use the provided setup script to automate the environment configuration. This is the fastest way to get the project running.
- Clone the repository.
- Make the setup script executable.
- Run the script.
git clone https://github.com/code100x/cms.git
cd cms
chmod +x setup.sh
./setup.sh