Skip to content
/ home Public

Very simple homepage for displaying selfhosted apps

License

Notifications You must be signed in to change notification settings

M4RC3L05/home

Repository files navigation

Home

Very simple homepage for displaying selfhosted apps.

Setup

This project uses nodejs 18.x.x in development

Install dependencies

npm i

Development

Create a config.json under public/data and then run:

npm run dev

An example config file exists on public/data/config.example.json.

Deploy

Just serve the public folder.

Release

npm version [major | minor | patch] -m "Release v%s"

git push origin main --tags