This repository contains the source code for the aima-developpement.fr website.
Uses PHPMailer
Uses AutoSitemapUpdater
Uses AutoDeployToFTP
Uses AutoCopyright
To install and run the website locally, follow these steps:
- Clone the repository:
git clone https://github.com/AIMA-Dev/aima-developpement.fr.git
- Navigate to the project directory:
cd aima-developpement.fr
Create a .env file and setup these fields
ENCRYPTION_KEY=
DB_HOST=
DB_USER=
DB_NAME=
DB_PASS=
Once the development server is running, you can access the website at http://localhost:3000
or at 127.0.0.1:3000
If you would like to contribute to this project, please follow these guidelines:
- Fork the repository
- Create a new branch:
git checkout -b my-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
note that your commit message may start with a gitmoji - Push the branch to your forked repository:
git push origin my-feature
- Submit a pull request
This project is licensed under the MIT License. See the LICENSE file for more information.