YunoHost portal using Nuxt.js
Find a file
2023-07-14 22:15:32 +02:00
assets/img Initial commit 2023-07-14 22:15:32 +02:00
composables Initial commit 2023-07-14 22:15:32 +02:00
layouts Initial commit 2023-07-14 22:15:32 +02:00
pages Initial commit 2023-07-14 22:15:32 +02:00
.gitignore Initial commit 2023-07-14 22:15:32 +02:00
nuxt.config.ts Initial commit 2023-07-14 22:15:32 +02:00
package.json Initial commit 2023-07-14 22:15:32 +02:00
README.md Initial commit 2023-07-14 22:15:32 +02:00
tailwind.config.js Initial commit 2023-07-14 22:15:32 +02:00
tsconfig.json Initial commit 2023-07-14 22:15:32 +02:00

POC for new YunoHost portal

Setup

  • I'm doing all this from inside a YunoHost LXC
  • You may want to open port 3000 (or disable the firewall) to access the dev server
  • You'll need NodeJS 18.14 (or higher)
  • And yarn
  • Run yarn install
  • Also make sure the new yunohost-portal-api is running and corresponding route is in nginx config

Dev

  • Run yarn dev
  • Access http://1.2.3.4:3000/