Crossword-Fable/justfile

10 lines
175 B
Makefile

set windows-powershell := true
serve:
pnpm run start
setup:
dotnet tool restore
npm i -g pnpm || echo 'pnpm already installed'
pnpm i
dotnet femto ./src