atelier-medias.org is V2 website of the "Atelier Des Médias" @ Lyon FR.
- Clone the repos and move to the repos new folder
$ git clone https://github.com/atelierdesmedias/atelier-medias.org.git && cd atelier-medias.org
-
Setup a Apache server with PHP 7.3 so that http://localhost serves the
dist
directory (using Wamp/Mamp or this usefull link: https://getgrav.org/blog/macos-bigsur-apache-multiple-php-versions). -
Install npm and composer dependencies
$ npm i && ./composer-install.sh
-
In
.env
file, set your ownBASE_URL
-
Start dev server
$ npm run dev
Application in dev mode should be available on http://localhost:1234.
Grav admin access:
url: http://localhost:1234/admin
Check the FR docs.
Project dev by Willy Brauner and ADM developer team.
MIT