-
Notifications
You must be signed in to change notification settings - Fork 25
🤓 Development
Renan Altendorf edited this page Feb 8, 2025
·
1 revision
- First, clone the project:
git clone https://github.com/manualdousuario/marreta/
cd marreta/app
- Install the project dependencies:
composer install
npm install
- Create the configuration file:
cp .env.sample .env
-
Configure the environment variables in
.env
-
Use the
default.conf
as a base for NGINX or point your webservice toapp/
Gulp is used to compile Sass to CSS, minify JavaScript, use: gulp