Zion Halls is an app with the purpose of providing a place to learn from world influencers that have the mission to help escape the matrix and live a life of freedom and abundance.
If you want to contribute to this project, you can do so by following the steps below:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/new_feature
) - Commit your Changes (
git commit -m 'Add some new feature'
) - Push to the Branch (
git push origin feature/new_feature
) - Open a Pull Request
- Wait for approval
- PHP 8.3
- Composer
- NodeJS
- Docker
- Clone the repo
git clone [email protected]:albertorsesc/zionhalls.com.git
- Install Composer dependencies
composer install
- Create a copy of your .env file
cp .env.example .env
- Generate an app encryption key
php artisan key:generate
- Build Docker
sail build --no-cache
- Start the Docker containers
sail up
- Install NPM dependencies
sail npm install
- Run the migrations
sail artisan migrate --seed
- Run the tests
sail composer tests
- Add the following line to your hosts file
127.0.0.1 zionhalls.test
- Visit http://zionhalls.test