Skip to content

VNCemetery/cemetry-frontend

Repository files navigation

Dự án web liệt sĩ

Cài đặt

npm i

Chạy development

npx vite --host

--host giúp expose ra port trong LAN

SSL Setup

  1. Tạo thư mục SSL:
mkdir ssl
  1. Copy SSL certificate files vào thư mục ssl:
  • ssl.crt - SSL certificate file
  • ssl.key - SSL private key file
  1. Build và chạy Docker:
# Build image
docker build -t cemetry-frontend .

# Run container
docker run -d -p 80:80 -p 443:443 cemetry-frontend

Ports

  • HTTP: 80 (auto redirect to HTTPS)
  • HTTPS: 443

About

A full stack app help user to find the route and admin to manage the system of matyr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages