![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | views/ | a year ago | - | |
![]() | node_modules/ | a year ago | - | |
![]() | public/ | a year ago | - | |
![]() | LICENSE | a year ago | 13K | f0d2fc9 test post-receive hook [كارل مبارك] |
![]() | package-lock.json | a year ago | 47K | 120707f added node version q18.16 to dependincies [كارل مبارك] |
![]() | package.json | a year ago | 790 | 120707f added node version q18.16 to dependincies [كارل مبارك] |
![]() | README.md | a year ago | 1.1K | 15de0e0 styling, texts [كارل مبارك] |
![]() | index.js | a year ago | 1.8K | 15de0e0 styling, texts [كارل مبارك] |
![]() | config.xml | a year ago | 7 | |
![]() | passwd9 | a year ago | 30 |
Node application that serves a set of webpages statically, that display an arxhive stored on a json file on disk and a web UI to record and submit audio files.
File server is Express Template engine is EJS Databse is stored on disk as a CSV file
This project was set up with Node version 18.16.
Copy the .env.example file to .env
cp .env.example .env
Edit the environment variables to your liking.
PORT=3000
TITLE="AI Hotline"
Install the required libraries
npm i
And run the development script
npm run dev
This uses the nodemon
command to run the application with hot reload when changes are made. To run the application without hot reload:
npm run start
Forked and tweaked by Karl from Mumories, which was co-authored by Karl, Artemis, Simon, Margarita, Sofia, Victor, Angelique as part of INC's Going Hybrid / Living Archives working group.
This repository is published under the CC4r* license.