- Clone the repo
git clone https://github.com/slavisto/magebit.git
- import database from included sql file
magebit.sql
Configure database params at "app/config/config.php"
If you are not using localhost as host, you should change URLROOT at "app/config/config.php"
to your Root URL
To access index page type URL root "http://localhost/magebit/"
To access all saved data from database type "http://localhost/magebit/data"
I have included autoloader and compiled scss stylesheet in repo but If you wish to install autoloader and compile sass yourself:
- Install Composer autoloader
composer install
- Compile sass to css
sass --watch app/sass/main.scss public/css/style.css