Skip to content

albertorsesc/zionhalls.com

Repository files navigation

Zion Halls

Laravel Forge Site Deployment Status

Zion Halls

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.

Contributing

If you want to contribute to this project, you can do so by following the steps below:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/new_feature)
  3. Commit your Changes (git commit -m 'Add some new feature')
  4. Push to the Branch (git push origin feature/new_feature)
  5. Open a Pull Request
  6. Wait for approval

Requirements

  1. PHP 8.3
  2. Composer
  3. NodeJS
  4. Docker

Installation

  1. Clone the repo
    git clone git@github.com:albertorsesc/zionhalls.com.git
  2. Install Composer dependencies
    composer install
  3. Create a copy of your .env file
    cp .env.example .env
  4. Generate an app encryption key
     php artisan key:generate
  5. Build Docker
     sail build --no-cache
  6. Start the Docker containers
     sail up
  7. Install NPM dependencies
     sail npm install
  8. Run the migrations
     sail artisan migrate --seed
  9. Run the tests
     sail composer tests
  10. Add the following line to your hosts file
 127.0.0.1 zionhalls.test
  1. Visit http://zionhalls.test