These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
git clone https://github.com/eminmuhammadi/emeega.git
For installing this project, individuals should run this bash command
composer install && npm install
npm run production
or
./node_modules/.bin/encore dev --watch
npm run dev
or
./node_modules/.bin/encore dev
cp .env.sample .env
PUBLIC_URL= YOUR_URL_HERE
[+] React Files
| -- assets/js/
[+] SCSS (SASS)
| -- assets/scss/
[+] HTML (PHP Twig)
| -- assets/view/
- Emin Muhammadi - Initial work - eminmuhammadi
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details