Skip to content

[WIP] Website for the official mate app.

License

Notifications You must be signed in to change notification settings

mate-app/mate_website

Repository files navigation


mate
mate-app.de

Website for the official mate app.

Issues Contributors License

Key FeaturesHow To UseCreditsLicense

Key Features

  • stellar landing page
  • clean and high-quality design
  • latest news about mate app
  • contact form sends email to us
  • imprint, about, privacy
  • continuus integration and deployment via a github actions pipeline

How To Use

To clone and run this application, you'll need Git and PHP installed on your computer. Then from your command line run:

# Clone this repository
$ git clone https://github.com/TobiasPrt/mate_website

# Go into the repository
$ cd mate_website

# Create bin directory for composer
$ mkdir bin

# Download, Verify, Install Composer
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$ php -r "if (hash_file('sha384', 'composer-setup.php') === '795f976fe0ebd8b75f26a6dd68f78fd3453ce79f32ecb33e7fd087d39bfeb978342fb73ac986cd4f54edd0dc902601dc') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
$ php composer-setup.php --install-dir=bin --filename=composer
$ php -r "unlink('composer-setup.php');"

# Install dependencies with composer
$ bin/composer install

# Spin up local webserver
$ cd public && php -S localhost:8000

Open the page in your browser under http://localhost:8000.

Credits

This website specifically uses the following open source packages:

License

MIT


mate-app.de  ·  Instagram @officialmateapp  ·  Twitter @officialmateapp