Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 496 Bytes

WP Guard CloudFect landing

Website: TBD

Getting started

Dev environment

  • make sure you have node.js installed
  • install dependencies npm install
  • start server for local development npm start

use Docker for dev environment

TODO

use Docker to get production build

  • build and run: docker build -t wpguard-landing . && docker run --rm -p80:80 wpguard-landing:latest