Skip to content

paxo-phone/paxo-site

Repository files navigation

logo

Paxo site

Build the docker image

Build everything with this command:

docker build -t ghcr.io/paxo-phone/paxo-site .

Then run it:

docker exec -d ghcr.io/paxo-phone/paxo-site

Don't forget to add all your environment variables !

Running in a dev environment

ℹ️ The project will consider that you have set NODE_ENV to development.

You must prepare the environement first:

yarn install
node ace migration:run
cp .env.example .env # Consider editing it before launching

Then you can launch the website with a watchman:

yarn run dev

Environment variables

Variable name Description
NODE_ENV Set to developement or production.
Please complete

Contact

You can contact us via our Website or our Discord server

See more

See more on paxo.fr

Contributors