set project name
Some checks failed
App Image CI / Build app image (push) Failing after -1m27s
NPM Audit Check / Check NPM audit (push) Successful in -2m11s

This commit is contained in:
2025-10-17 12:00:34 -05:00
parent f523ec3b6b
commit 91b157055e
4 changed files with 36 additions and 122 deletions

View File

@@ -1 +1,12 @@
# Node Web Template
# madisonlinux
[madisonlinux.com](https://madisonlinux.com/)
## building
```
npm install
npm run tsc
npm run build
node distribution/index.js
```