Basic test website

This commit is contained in:
Jakub 2026-07-12 13:17:30 +08:00
parent 8a98260f28
commit 16796dea31
7 changed files with 1555 additions and 2 deletions

View file

@ -50,6 +50,7 @@ Then, the command ~npm run preview~ will start the backend and frontend.
There are 3 main folders in this template that you should pay attention to.
- ~app~ contains all frontend application code, including HTML, CSS, and manifest/JS code necessary for a PWA.
- ~app.scm~ in the ~app~ directory is the entry point for the Nitinol application - i.e. the script that is loaded by the HTML template.
- The Nitinol libraries are made automatically available to ~app.scm~ via a script tag in the HTML template.
- ~server~ contains all backend server code, with the ~server.scm~ file being the entry point used to start the backend.
- ~lib~ contains libraries potentially shared between the front and back end, as well as [[https://git.cyan.sh/BirDt/nitinol][Nitinol]] LIPS libraries included as a git submodule.
- ~npm run nitinol:update~ will update the Nitinol submodule.