Spaces:
Running
Running
File size: 122 Bytes
d202ada |
1 2 3 4 5 6 7 8 |
#!/bin/bash
cd src/frontend \
&& rm -rf node_modules \
&& npm install \
&& npm run dev:docker &
make backend
|