All content that is shown on the website can be found in the following directories:
/content
for all texts and specification table/data
for all meta and contact information/uploads/responsive
for 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.git
npm install
will download all the dependenciesnpm run build
to build the project ornpm run watch
to watch for changes while coding
(Changes in webpack.config.js
require a restart of npm run watch
)