- docker (https://www.docker.com/)
- npm (https://nodejs.org/en/) or yarn (https://yarnpkg.com/)
- Copy the
.docker_env.example
to.docker_env
and adjust the variables - Create a environment config file
cp .env.example .env
- Adjust settings in the
.env
file to match your.docker_env
file- Set database settings (so they match your docker-compose.override.yaml)
- You should also set
ADMIN_EMAIL
,ADMIN_PASSWORD
and the mail settings
- Adjust settings in the
- Install js and css dependencies
npm install
oryarn install
- Build the js and css files
npm dev
oryarn dev
- To watch constantly for changes run
npm watch
oryarn watch
- To watch constantly for changes run
- Visit the website on
http://prepper.localhost:8080
(depending on your hosts file entry)