The boilerplate for a basic web app
- HTML file linking CSS/JS files
- Material Design Components (v6)
- Code of Conduct/MIT License
- Fork + clone the project (consider using GitHub Desktop if you're unfamiliar with git)
- Open a terminal in the project directory
- Serve the directory as a website using:
python3 -m http.server
if you have Python installedruby -run -ehttpd . -p8000
if you have Ruby installed- Any of these other methods
Contributions are always welcome. This could mean requesting features, reporting bugs or creating pull requests.
If you don't have or want a GitHub account you could drop me a line via Twitter (@kittsville) or email (kittsville@gmail.com).
Please bear in mind there is a Code of Conduct which defines acceptable behavior.