Valtech is exploring various options for low-touch and touchless physical experiences. This repo holds some of these experiments.
In response to the global health crisis, Touchless presents a series of Proof-of-concept web experiences that aims to rethink the way we interact in public and retail spaces.
To run locally, navigate to the src
directory and enter into a POC directory. If required, install dependencies by running npm install
in command line and npm run build
to build the project. Note that some projects do not require to be built and all src files can be found in docs
directory.
When adding a new POC project to the repo, the folder containing the built app should be placed inside docs
directory. If the app needs to be built from source code, all source code should be located in src
directory. If the app does not need to be built, add a placeholder folder with a PLACEHOLDER markdown file as seen here.
This project is hosted on Github Pages and is using Jekyll to build the site. It is recommended that you use rbenv for your Ruby and GEM environment. Here is a decent guide if you need help setting up Ruby.
Install the bundler by running:
$ gem install bundler:2.1.4
To set up your development environment first run the following from the docs
directory:
$ bundle install
To build the site and make it available on a local server:
$ bundle exec jekyll serve