Before you begin, make sure you have composer installed on your machine:
Run composer install in your project root.
Create your own MySQL database and import the users.sql file to create a basic users table
Copy .env.sample into .env in your project root
Then, update the variables with database login info created in the previous step
Run this command in your project root: php -S localhost:8080