Skip to content

DAZSER/website-map

Repository files navigation

dazser-map

Node.js CI CodeQL

This is the initial Landing page for www.dazser.com

Comes with Geolocation API

Testing

  • npm run test will run a build in .build and start a test server

Build and deploy instructions

  • npm run dist will run a build, then convert it to a wordpress compatible theme.
  • Upload the dist folder to /mnt/efs/fs1/wordpress/wp-content/themes/dazser-map
    • sudo rm -rf /mnt/efs/fs1/wordpress/wp-content/themes/dazser-map
    • sudo mv ~/dist /mnt/efs/fs1/wordpress/wp-content/themes/dazser-map
    • sudo chown www-data:www-data /mnt/efs/fs1/wordpress/wp-content/themes/dazser-map -R