Skip to content

🤓 Development

Renan Altendorf edited this page Feb 8, 2025 · 1 revision
  1. First, clone the project:
git clone https://github.com/manualdousuario/marreta/
cd marreta/app
  1. Install the project dependencies:
composer install
npm install
  1. Create the configuration file:
cp .env.sample .env
  1. Configure the environment variables in .env

  2. Use the default.conf as a base for NGINX or point your webservice to app/

Gulp is used to compile Sass to CSS, minify JavaScript, use: gulp

Clone this wiki locally