feat(tree-wide): init
This commit is contained in:
parent
8b80a47543
commit
7849690f59
10 changed files with 1245 additions and 0 deletions
13
justfile
Normal file
13
justfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue