https://github.com/edg-l/ddnet-web-modern
A rework of the ddnet.tw website with the objective to make it more maintainable by others and modernize it.
https://github.com/edg-l/ddnet-web-modern
ddnet
Last synced: 8 months ago
JSON representation
A rework of the ddnet.tw website with the objective to make it more maintainable by others and modernize it.
- Host: GitHub
- URL: https://github.com/edg-l/ddnet-web-modern
- Owner: edg-l
- License: mit
- Created: 2022-04-14T08:30:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T08:20:31.000Z (about 4 years ago)
- Last Synced: 2025-01-28T19:47:24.916Z (over 1 year ago)
- Topics: ddnet
- Language: CSS
- Homepage:
- Size: 9.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/2015-08-01-windows-10.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Modern ddnet.tw web
A rework of the ddnet.tw website with the objective to make it more maintainable by others and modernize it.
It will still work like the previous website where everything is rendered beforehand to files.
The previous website used python `print` statements to render manually all HTML, here we will use jinja2 templates.
## Package manager
To make local development easier, we use [pipenv](https://pipenv.pypa.io/en/latest/) to manage the dependencies.