feat: justfile

This commit is contained in:
Saahil dutta 2024-09-03 20:31:25 -04:00
parent 47c634006b
commit 32d9df9625
Signed by: neon
GPG key ID: 8A8B64515254CFC6

8
justfile Normal file
View file

@ -0,0 +1,8 @@
run:
yarn start
build:
yarn build
install:
yarn install