https://github.com/bitflower/matthiasmax.com
Personal website of Matthias Max - Web Technologies Expert and former platin songwriter.
https://github.com/bitflower/matthiasmax.com
app consulting development engineering web
Last synced: 11 months ago
JSON representation
Personal website of Matthias Max - Web Technologies Expert and former platin songwriter.
- Host: GitHub
- URL: https://github.com/bitflower/matthiasmax.com
- Owner: bitflower
- License: mit
- Created: 2021-06-11T09:36:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T20:46:35.000Z (over 1 year ago)
- Last Synced: 2025-06-24T23:20:03.624Z (11 months ago)
- Topics: app, consulting, development, engineering, web
- Language: TypeScript
- Homepage: https://www.matthiasmax.com
- Size: 78.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Matthias Max Personal Site
This is the source code of the website of [Matthias Max](https://matthiasmax.com/).
## Building the Site
To build the site from the source, ensure you're using the most recent versions of Node and Npm, and pull the latest from master. Next, run `npm install` and `npm start` to launch the site in development mode.
## Hosting
The app is hosted on [Vercel](https://vercel.com) on two app instances. One for [matthiasmax.de](https://matthiasmax.de) the German version and one for [matthiasmax.com](https://matthiasmax.com) the English version. The translation / i18n language selection is set with an environment flag `MMLANG` during build.
## Related
- [bitflower site](https://bitflower.net/)
## License
- [MIT](https://raw.githubusercontent.com/ionic-team/stencil-site/master/LICENSE)