https://github.com/thelfensdrfer/prepper
https://github.com/thelfensdrfer/prepper
laravel prepper vue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thelfensdrfer/prepper
- Owner: thelfensdrfer
- Created: 2020-03-16T09:59:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T01:06:20.000Z (over 2 years ago)
- Last Synced: 2025-02-14T02:55:36.486Z (4 months ago)
- Topics: laravel, prepper, vue
- Language: PHP
- Size: 5.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development Setup
### Requirements
* docker (https://www.docker.com/)
* npm (https://nodejs.org/en/) or yarn (https://yarnpkg.com/)### 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)