minetest.github.io/README.md
Hugo Locurcio b3409c905d
Remove unused and unnecessary libraries (#157)
[FastClick](https://github.com/ftlabs/fastclick) is no longer relevant as all modern mobile browsers suppress the touch delay when a responsive meta `viewport` tag is present.
2019-03-04 00:34:08 +01:00

21 lines
606 B
Markdown

# www.minetest.net
The official Minetest website, living at [www.minetest.net](http://www.minetest.net).
# Features
* Uses Bootstrap 3.3.5 and jQuery 2.1.4.
* Uses modern Web design techniques: `rem` units, `hsl` colors.
* Responsive site and favicon.
# Workflow
This site uses the [Jekyll](https://jekyllrb.com) static site generator.
Use `jekyll serve` to automatically build the Jekyll site and serve it locally.
# License
Copyright © 2015 Calinou and contributors
Code is under the MIT license, media and content under [CC BY-SA 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/).