Skip to content

AIMA-Dev/aima-developpement.fr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aima-developpement.fr

This repository contains the source code for the aima-developpement.fr website.

Uses PHPMailer

Uses AutoSitemapUpdater

Uses AutoDeployToFTP

Uses AutoCopyright

GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Actions Workflow Status

Installation

To install and run the website locally, follow these steps:

  1. Clone the repository: git clone https://github.com/AIMA-Dev/aima-developpement.fr.git
  2. Navigate to the project directory: cd aima-developpement.fr

Usage

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

Contributing

If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch: git checkout -b my-feature
  3. Make your changes and commit them: git commit -am 'Add some feature' note that your commit message may start with a gitmoji
  4. Push the branch to your forked repository: git push origin my-feature
  5. Submit a pull request

License

This project is licensed under the MIT License. See the LICENSE file for more information.