A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
Go to file
2022-08-24 10:44:35 +03:00
public Initial commit from Create Next App 2022-08-24 10:34:08 +03:00
src first public source commit 2022-08-24 10:44:35 +03:00
.dockerignore first public source commit 2022-08-24 10:44:35 +03:00
.editorconfig first public source commit 2022-08-24 10:44:35 +03:00
.eslintrc.json Initial commit from Create Next App 2022-08-24 10:34:08 +03:00
.gitignore first public source commit 2022-08-24 10:44:35 +03:00
Dockerfile first public source commit 2022-08-24 10:44:35 +03:00
jsconfig.json first public source commit 2022-08-24 10:44:35 +03:00
LICENSE Initial commit 2022-08-24 10:29:42 +03:00
next.config.js first public source commit 2022-08-24 10:44:35 +03:00
package.json first public source commit 2022-08-24 10:44:35 +03:00
pnpm-lock.yaml first public source commit 2022-08-24 10:44:35 +03:00
postcss.config.js first public source commit 2022-08-24 10:44:35 +03:00
README.md first public source commit 2022-08-24 10:44:35 +03:00
tailwind.config.js first public source commit 2022-08-24 10:44:35 +03:00

Getting Started

Install NPM packages, this project uses pnpm (and so should you!):

pnpm install

Start the development server:

pnpm dev

Open http://localhost:3000 to start.

Configuration

Configuration is done in the /config directory using .yaml files. Refer to each config for the specific configuration options.