Source code of the Lemia site.
You're french? A french version of the readme is available :
./REAMDE_FR.md.
The aim of this site is to share study and/or research projects among students of the computer science and math departments of the University of Angers, France.
Software required: php (^8), composer (^2).
You can fork this repo, then propose your pull requests.
Don't forget to add your name and email in the contributors list of the composer.json file.
In your console, type:
cp .env.example .env # you need a .env file to store env vars
php -S localhost:8000 -t publicNote about env variables: you need to set a SECRET_KEY env variable (in a development context, a simple timestamp should do the job).
Then go in your browser and go to http://localhost:8000.
Nota: the current way to run the app could change depending on the server where we will host it.
You can access to a documentation on the ./documentation.md.