Skip to content

Latest commit

 

History

History
executable file
·
46 lines (37 loc) · 735 Bytes

README.md

File metadata and controls

executable file
·
46 lines (37 loc) · 735 Bytes

Локальный запуск (Linux / macOS):

mkcert -key-file key.pem -cert-file cert.pem localhost && mv key.pem docker/nginx/local/ssl && mv cert.pem docker/nginx/local/ssl
/etc/hosts

127.0.0.1 localhost

.env
cp .env.example .env

APP_NAME=your-app-name

git & make (apt install git)
apt install git make
docker
wget -O- get.docker.com | bash

Сборка Local

make update-local

Сборка Prod

make update-prod

Setup (key generate & storage link)

make setup
make npm-watch
make npm-watch

https://localhost:8080/