/website

Maseno Hub website.

Primary LanguagePHP

Website

Maseno Hub website concept. Built on TALL stack:

Project setup

composer install
npm install

Build frontend assets

npm run dev

Migrate database

php artisan migrate

Start a local development server

php artisan serve

Contributing

  • Always start a feature branch, avoid pushing directly to master.
  • Make sure all checks are passing (use the composer code:check and composer code:fix helpers)

License

The Maseno Hub website is open-sourced software licensed under the MIT license.