This is Davor Minchorov's personal website and blog.
This is a simple blogging platform built with Statamic. and it's deployed here.
If you're interested in contributing, here are the steps to get started:
- Fork this repository to your GitHub account by clicking on the "Fork" button at the top right corner of this page.
- Clone your forked repository to your local machine using git clone.
- Run composer install to install the dependencies.
- Copy the .env.example file to .env and fill in the required values.
- Run php please key:generate to generate an application key.
- Run php please make:user to create a new admin user.
- Start the local development server by running php please serve or php artisan serve
If you're interested in contributing, here are the steps to follow:
- Check the issues page for any open issues or create a new one if you have a feature request or find a bug.
- Fork the repository and create a new branch for your contribution.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Create a pull request to merge your changes into the main repository.
- Wait for feedback and make any necessary changes.
- Once your changes are approved, they will be merged into the main repository.
This project is licensed under the MIT License. See the LICENSE file for details.