feat(tree-wide): init

This commit is contained in:
Saahil 2024-09-25 00:22:35 +00:00 committed by GitHub
parent 8b80a47543
commit 7849690f59
10 changed files with 1245 additions and 0 deletions

13
justfile Normal file
View file

@ -0,0 +1,13 @@
default:
dev
dev:
npm run dev
populate-env:
coffee src/scripts/populate_env.coffee -n
run file:
coffee {{file}} -n
build:
npm run build