Go to file
Niklas 7cb0a7629a fix: load userdata of photos better 2023-10-30 15:56:07 +01:00
.vscode chore: use prettier on all projects 2023-03-17 00:22:55 +01:00
apps fix: load userdata of photos better 2023-10-30 15:56:07 +01:00
libs chore: run prettier on complete project 2023-10-23 16:44:24 +02:00
tools Initial commit 2023-03-16 23:15:43 +01:00
.editorconfig Initial commit 2023-03-16 23:15:43 +01:00
.eslintignore Initial commit 2023-03-16 23:15:43 +01:00
.eslintrc.json chore: edited tsconfig and eslint config 2023-03-17 00:37:10 +01:00
.gitignore init monorepo with nitro-react 2023-03-16 23:54:48 +01:00
.prettierignore chore: use prettier on all projects 2023-03-17 00:22:55 +01:00
.prettierrc chore: use crlf for prettier 2023-03-24 16:36:04 +01:00
LICENSE chore: added LICENSE 2023-03-17 01:16:21 +01:00
README.md chore: run prettier on all projects 2023-03-19 22:12:19 +01:00
nx.json chore: use prettier on all projects 2023-03-17 00:22:55 +01:00
package-lock.json chore: update dependencies 2023-10-23 15:57:37 +02:00
package.json chore: update dependencies 2023-10-23 15:57:37 +02:00
tsconfig.base.json fix: fixed renderer typescript errors 2023-03-18 00:45:34 +01:00

README.md

Nitro

This is a fork of billsonnn/nitro-react dev branch and billsonnn/nitro-renderer main branch. It was converted to a monorepository using Nx workspaces and features of oobjectt duckietm Gurkengewuerz are merged.

Installation

  • Clone Nitro
    • git clone https://git.gurkengewuerz.de/nitro/nitro.git
  • Install the dependencies
    • npm install
  • Rename a few files
    • Rename apps/frontend/public/renderer-config.json.example to apps/frontend/public/renderer-config.json and edit it
    • Rename apps/frontend/public/ui-config.json.example to apps/frontend/public/ui-config.json and edit it

Usage

See Gurkengewuerz/nitro-docker for a complete setup.

Development server

Run nx serve frontend for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Learn more about a Nx workspace

Visit the Nx Documentation to learn more.