location ~ /(api/v1/(lib/|vendor/|package.json|.*\.(gitignore|md|lock)$|LICENSE|.gitignore)|node_modules/|assets/|src/|vendor/|LICENSE|package.json|.*\.(env|env.sample|config.js|lock|md|yml)$|.git/|.github/) {
deny all;
return 403;
}
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 build:prod
or
./node_modules/.bin/encore production
npm run build:dev
or
./node_modules/.bin/encore dev --watch
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