No description
Find a file
2025-09-06 20:17:19 +02:00
.github refactor: update copilot instructions for clarity and remove unused test file 2025-08-28 17:52:19 +02:00
src feat: enhance event retrieval methods to ensure sorted and unique event lists 2025-09-06 20:17:57 +02:00
.dockerignore feat: add Docker configuration files for building and running the application 2025-09-06 15:59:57 +02:00
.gitignore First commit 2025-08-28 17:48:57 +02:00
.prettierrc.json First commit 2025-08-28 17:48:57 +02:00
compose.debug.yaml fix: add tags section to Docker build configuration 2025-09-06 15:59:57 +02:00
compose.yaml feat: add Docker configuration files for building and running the application 2025-09-06 15:59:57 +02:00
Dockerfile fix: update Dockerfile to use node:22-trixie-slim to reduce potential vulnerabilities 2025-09-06 15:59:57 +02:00
example.config.yaml feat: update logging configuration to support global settings 2025-09-06 17:18:41 +02:00
LICENSE Initial commit 2025-08-28 17:26:26 +02:00
package.json feat: add Docker-related scripts to package.json for improved container management 2025-09-06 15:59:57 +02:00
README.md refactor: update project name and add explanations in README.md 2025-08-28 18:41:26 +02:00
tsconfig.json refactor: add tsconfig.json for TypeScript configuration and update import paths to use .js extensions 2025-08-28 19:24:40 +02:00
yarn.lock feat: implement logging override functionality 2025-09-02 16:46:42 +02:00

NotAPronoteClone

A little wrapper for ProseConsult and maybe other things later

How to run

# Install the dependencies
yarn
# Copy the config
cp ./example.config.yaml ./src/config.yaml
# And launch the dev server
yarn dev

See the LICENSE file