Gurkengewuerz / nitro

A fork of billsonnn/nitro-{react,renderer} organized in a Nx workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A fork of billsonnn/nitro-{react,renderer} organized in a Nx workspace

License:GNU General Public License v3.0


Languages

Language:TypeScript 92.9%Language:SCSS 7.0%Language:HTML 0.0%