This repository contains the source code of my web page.
Currently, the web page is only a landing page that redirects to my social media but is open to be extended in the future.
Aside from that, some configuration files that are required for Matrix can be found in .well-known
- TypeScript
Just run tsc
in the project root. Use tsc -w
to automatically compile TypeScript on changes.
- Editing
- Compiling (if you have done any changes to the TypeScript)
- Opening / reloading index.html in your favorite browser
- Optionally, if you are on Visual Studio Code, you can use the launch configuration (which requires the Debugger for Firefox extension) and run it with Run → Start Debugging. This also watches for TypeScript changes and automatically compiles on file changes.
- The design of some parts of this website and parts of the CSS are inspired by migueravila/Bento