Crossword-Fable/justfile

8 lines
101 B
Makefile

build:
pnpm run start
setup:
dotnet tool restore
npm i -g pnpm
pnpm i
dotnet femto ./src