Date (UTC) |
User |
Event |
2025-06-24 14:46 |
catalinux |
Reference refs/heads/main updated from 44daebe09d3b4843a1493de9abf3390220e14260 to c51202e11823c7a5ec7c6e3be3d0e9631ed728a4 |
README:
stupidframework
A pure javascript and C library to develop modern web applications.
The shared library is not versioned because it will be always backward
compatible.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/stupidframework
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/stupidframework
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/stupidframework
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main