Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T08:20:31.000Z (over 2 years ago)
- Last Synced: 2024-10-19T08:18:58.168Z (2 months 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.