This small programm connects the "old" internet with the "new" internet and is used for education purpose as well as for promotion.
To contact the developer write an email to hello [AT] laubenheimer.eu
If you want to run this programm on your computer install the requirements and follow the instructions from get started.
Contributors are welcome, go through the contribute section and lets have a chat.
Development requirements are node & npm. Our version setup for successfull runs:
- node v16.13.2
- npm 8.4.0
Checkout the directory of the project and run the following command:
$ npm i
After a successful installation run:
$ npm run start
- Request for an issue and get assigned, after clarification of open questions to solve the issue.
- Make sure to:
- Fork the repository
- Checkout the develop branch
- Create a new develop-IssueName breanch
- Code, test and create a pullrequest to ~iemwill/hellow/origin/develop.