Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

p-lleonart/lemia

Repository files navigation

Lemia

Source code of the Lemia site.

You're french? A french version of the readme is available : ./REAMDE_FR.md.

Project

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.

Contribute

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.

Running development site

In your console, type:

cp .env.example .env # you need a .env file to store env vars

php -S localhost:8000 -t public

Note 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.

Documentation

You can access to a documentation on the ./documentation.md.

About

Source code of the Lemia site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors