Skip to content

This is a dashboard designed for displaying various apps that are running on a personal NAS or home server

Notifications You must be signed in to change notification settings

SebastianBr11/dashboard

Repository files navigation

Dashboard created for my home nas

Created using turborepo starter project.

What's inside?

This turborepo uses pnpm as a packages manager. It includes the following packages/apps:

Apps and Packages

  • web: a Remix app
  • lib: a library shared by all apps
  • ui: a stub React component library shared by all apps

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Setup

Clone this repository and run the following command:

pnpm i

Build

To build all apps and packages, run the following command:

cd dashboard
pnpm build

Develop

To develop all apps and packages, run the following command:

cd dashboard
pnpm dev

Remote Caching

Turborepo can use a technique known as Remote Caching (Beta) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching (Beta) you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd dashboard
pnpx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

pnpx turbo link

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

This is a dashboard designed for displaying various apps that are running on a personal NAS or home server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages