mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
* chore: rm vs code visual customizations * chore(api): fix vscode eslint extension * chore(web): update env.example for local development * chore: add justfiles to simplify workflows * chore: stub monorepo readme * chore: add nvmrc to monorepo root * refactor: improve error handling in `just ignore` * doc(web): explain TAILWIND_BASE_FONT_SIZE in .env.example * chore: add logo to readme
10 lines
182 B
Makefile
10 lines
182 B
Makefile
set fallback
|
|
|
|
default:
|
|
@just --list --justfile {{justfile()}} --list-heading $'\nWeb project recipes:\n'
|
|
@just list-commands
|
|
|
|
setup:
|
|
cp .env.example .env
|
|
npm install
|