yunohost-portal/README.md

18 lines
457 B
Markdown
Raw Normal View History

2023-07-12 04:52:58 +02:00
## POC for new YunoHost portal
- This is a based on [Nuxt v3](https://nuxt.com/)
2023-07-19 18:42:05 +02:00
### Setup
2023-07-12 04:52:58 +02:00
- 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/`