Skip to content

codex-team/notes.api

Folders and files

NameName
Last commit message
Last commit date
Mar 25, 2024
Aug 16, 2023
Oct 20, 2023
Feb 23, 2024
Feb 5, 2025
Feb 16, 2025
Oct 20, 2023
May 30, 2023
Jul 2, 2024
Jun 8, 2024
Oct 20, 2023
Aug 12, 2023
Oct 20, 2023
Jan 11, 2024
Oct 20, 2023
Jul 3, 2024
Sep 18, 2024
Jun 8, 2024
Jan 10, 2024
Jul 3, 2024
Jun 8, 2024
Jun 8, 2024
Jun 8, 2024
Jun 5, 2024
Jul 3, 2024

Repository files navigation

notes.api

How to run

  1. Install Node.js and npm
  2. Install dependencies: yarn install
  3. Create config file for local overrides: cp app-config.yaml app-config.local.yaml
  4. Build: yarn build
  5. Run: yarn start

Configuration

Use app-config.yaml to configure the application.

#todo add ability to override config for local usage.

Contributing

You can find documentation for developers and contributors in the DEVELOPMENT.md file. You can find documentation for a production deploy in the DEPLOYMENT.md file.