mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
chore(ui): add justfile to simplify setup
This commit is contained in:
9
unraid-ui/justfile
Normal file
9
unraid-ui/justfile
Normal file
@@ -0,0 +1,9 @@
|
||||
default: list-commands
|
||||
|
||||
list-commands:
|
||||
@just --list --justfile {{justfile()}} --list-heading $'\nMonorepo recipes:\n'
|
||||
|
||||
# Prepares the repo for development
|
||||
setup:
|
||||
npm install
|
||||
npm run build
|
||||
@@ -5,5 +5,6 @@ default:
|
||||
@just list-commands
|
||||
|
||||
setup:
|
||||
just ../unraid-ui/setup
|
||||
cp .env.example .env
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user