backup everything to local gitea

This commit is contained in:
QkoSad
2025-07-16 12:21:06 +03:00
parent a8c3c8a705
commit d47e89aa6c
8 changed files with 3287 additions and 3668 deletions
+8
View File
@@ -0,0 +1,8 @@
A site for restaurant. Build in JS and bootstrap.
Build in the course https://www.coursera.org/learn/bootstrap-4
The course used an older version of node, so after update to v22.9.0 there are
some bugs present. Also the sass processor package has been deprecated.
To run it use the command:
```bash
npm start
```