Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.16 KB

Give Up GitHub

This project has given up GitHub. (See Software Freedom Conservancy's Give Up GitHub site for details.)

You can now find this project at codeberg.org instead.

Any use of this project's code by GitHub Copilot, past or present, is done without our permission. We do not consent to GitHub's use of this project's code in Copilot.

Join us; you can give up GitHub too!

Logo of the GiveUpGitHub campaign

TFO Max Valier PWA

This website is a simple PWA which enables students and teachers to quickly access the school websites.

Install and run

The website requires node.js to run.

Install the dependencies and start the server.

$ npm install -d
$ node app.js

Dependencies

  • ejs - a template engine compatible with express
  • node.js - evented I/O for the backend
  • Express - node.js network app framework
  • jQuery - a JavaScript library