cowin-monitor/frontend/entrypoint.sh
Ameya Shenoy ee66773268
feat: add landing page
this is a partially working commit

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2021-05-04 21:24:31 +05:30

8 lines
84 B
Bash

#!/bin/sh
echo "Install dependencies"
npm i
echo "Starting server"
npm run serve