Launch Simpl.CMS on your local machine using the terminal.
To start a new project, we suggest using the create-project command. This command will download all the required files.
> composer create-project rondeo-balos/simpl-cms . --remove-vcs dev-main
To start developing, run the command below in your project directory:
> composer simpl:run
A browser window will automatically open at http://localhost. You can access the dashboard and manage your admin account at http://localhost/admin.
Content coming soon...
After creating your Simpl.CMS project, you are now ready to begin building your website.