Personal website : hippolyte-thomas.fr
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
WEBSITE_URL= # Url for the front
API_URL= # Url for the back
MEDIA_URL= # Url of the S3
See the LICENSE file for license rights and limitations (MIT).