Website: TBD
- make sure you have node.js installed
- install dependencies
npm install
- start server for local development
npm start
TODO
- build and run:
docker build -t wpguard-landing . && docker run --rm -p80:80 wpguard-landing:latest
Website: TBD
npm install
npm start
TODO
docker build -t wpguard-landing . && docker run --rm -p80:80 wpguard-landing:latest