Naiizey / Loppu

3 stars 0 forks source link

Loppu, an interactive web-story

French version of the README file for the Loppu project here.

Deployment

Requirements

Docker

Pour exécuter ce projet, docker doit être installé sur votre machine. Vous pouvez l'installer en suivant les instructions sur le site officiel de docker.

Docker-compose

The project also requires docker-compose . You can install it by following the instructions on the official docker website.

Node.js

This project is made in Javascript and React so you need to have Node.js installed on your machine. You can install it by following the instructions on the official Node.js website.

.env

You need to create a .env file in the root of the project. You can copy the .env.sample file and change the values to your liking.

Lauching the project

With docker privileges, you can run the following command to start the project:

./start.sh

Play !

You can now access the project at the following address: http://localhost:5000