All content that is shown on the website can be found in the following directories:
/contentfor all texts and specification table/datafor all meta and contact information/uploads/responsivefor all images
After editing and commiting new changes it will take a few minutes for the changes to appear on the live website.
This website will be hosted on a Netlify free plan:
https://happy-ptolemy-e6466e.netlify.app
To use a custom domain on this website, you need to create a DNS Record for your domain. To do that, go to the DNS Settings of your domain admin panel and create a new record:
DNS A record
Host: @
IP: 104.198.14.52
git clone https://github.com/encoding-group/schweizer5.gitnpm installwill download all the dependenciesnpm run buildto build the project ornpm run watchto watch for changes while coding
(Changes in webpack.config.js require a restart of npm run watch)