Skip to content

thelfensdrfer/prepper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Setup

Requirements

Install

  • 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
  • Install js and css dependencies npm install or yarn install
  • Build the js and css files npm dev or yarn dev
    • To watch constantly for changes run npm watch or yarn watch
  • Visit the website on http://prepper.localhost:8080 (depending on your hosts file entry)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published