chore(#8): Adds script to build and run the project
This commit is contained in:
parent
e727c7ca17
commit
a4bf134557
1 changed files with 6 additions and 0 deletions
6
scripts/run.sh
Executable file
6
scripts/run.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd frontend
|
||||
npm run build
|
||||
cd ..
|
||||
poetry run shortenit
|
Loading…
Reference in a new issue