cdinto the directory and runnpm install.- After all of the dependencies have been installed run
gulp. - All of the processes will run and should open a new browser tab to
localhost:3000. - You're good to go.
- .env file has been added to the root of the project.
- This project uses Bootstrap 4.6.2 and jQuery 3.7.1.
- Use
ddev exec mysqldump -u root -proot db > db.sqlto export the database.
=======================================================
Welcome to KrateCMS
KrateCMS is a lightweight, flexible content management system designed to help users efficiently manage data and content. Built for scalability and ease of use, KrateCMS empowers both individuals and businesses to organize their information with minimal technical effort. Whether you're tracking personal collections or managing large-scale projects, KrateCMS provides the tools to handle it all.
- Customizable Content Types: Define and organize content to fit your unique needs.
- User Role Management: Control access and permissions with a simple role-based system.
- Search and Filter: Quickly find and sort through data with advanced search functionalities.
- Secure Cloud Hosting: Safeguard your data with modern security practices and reliable cloud infrastructure.
-
Clone the repository:
git clone https://github.com/username/kratecms.git
-
Navigate into the project directory:
cd kratecms -
Install dependencies using Composer:
composer install
-
Set up your database and configure the
.envfile with your database credentials. -
Run the database migrations:
php artisan migrate
-
Start the development server:
php -S localhost:8000
We welcome contributions to KrateCMS! If you have ideas for new features or improvements, feel free to submit a pull request. Please review our contributing guidelines before submitting any changes.
KrateCMS is licensed under the MIT License. For more details, refer to the LICENSE file.