This repository is created for the Charge Please App landingpage. If personnel working at Schuberg Philis or visitors want charge in front of our building they need to scan the QR codes on the Charge Poles. Colleagues that have the Charge Please App installed on their mobile device will be directly redirected and a charge session will start. If they don't have the app install this Instruction website will be shown to be able to charge their car.
The website is created using ViteJS and uses ReactJS together with Typescript. Running the Webapp on your local machine needs some software packages.
- NodeJS
- Yarn
For OSX they can be installed using HomeBrew
brew upgrade
brew install node
brew install yarnRunning this repository on your localmachine run these commands.
yarn install
yarn devBuild this repository for production run these commands.
yarn install
yarn buildA dist folder will be created which will entail all static data that can be pushed towards an S3 Bucket or whatever static file system you want.