Site web de Radio Brony https://radiobrony.fr
 
 
 
 
 
Go to file
Kody 8ce9fa7726
Deploy to test / Deploy to test (push) Successful in 2m9s Details
Merge pull request 'fix(deps): update all non-major dependencies' (#43) from renovate/all-minor-patch into main
Reviewed-on: #43
2023-09-26 06:56:01 +00:00
.forgejo/workflows Forgot installing deps on deploy 2023-08-29 15:04:42 +02:00
.vscode Bump deps; Set default settings 2023-05-26 10:59:43 +02:00
assets Update podcast reco; Twitter→𝕏 2023-09-12 15:18:36 +02:00
components Close #32 - we can remove router.options.ts 2023-09-14 10:41:36 +02:00
pages Update logos 2023-09-13 11:18:24 +02:00
plugins Format and fix code 2023-09-12 14:55:31 +02:00
public Update logos 2023-09-13 11:18:24 +02:00
server/routes Format and fix code 2023-09-12 14:55:31 +02:00
store User settings in store, try to not use computed 2023-04-25 15:43:37 +02:00
.gitignore init project 2022-09-13 18:27:50 +02:00
LICENSE Add LICENSE 2022-12-04 21:38:45 +00:00
README.md Update README 2022-10-17 11:10:04 +02:00
app.vue Format and fix code 2023-09-12 14:55:31 +02:00
error.vue No store in error.vue 2023-09-14 11:17:35 +02:00
nuxt.config.ts Let's try headNext 2023-08-26 21:36:28 +00:00
package.json fix(deps): update all non-major dependencies 2023-09-26 00:35:43 +00:00
renovate.json Add renovate.json 2023-08-24 09:22:55 +00:00
tsconfig.json init project 2022-09-13 18:27:50 +02:00
yarn.lock fix(deps): update all non-major dependencies 2023-09-26 00:35:43 +00:00

README.md

Radio Brony - Nuxt website

Site web de Radio Brony

Setup and development

# Deps
yarn

# Dev
yarn dev

# Build
yarn build

# Preview build
yarn preview

# Deploy on server with Supervisor
git pull && yarn && yarn build && supervisorctl restart rb-nuxt

Look at the nuxt 3 documentation to learn more.

Supervisor config

This is an example.
We source our .bashrc to load nvm and our environment properly.

[program:rb-nuxt]
environment=NITRO_PORT=8008,HOME="/home/radiobrony"
command=/bin/bash -c "source /home/radiobrony/.bashrc && node index.mjs"
user=radiobrony
directory=/var/www/rb-nuxt/.output/server