mirror of
https://github.com/Traceworks2023/nxtgauge-admin-solid.git
synced 2026-06-10 21:22:30 +00:00
5 lines
107 B
Bash
5 lines
107 B
Bash
|
|
#!/bin/bash
|
||
|
|
export PATH="/usr/local/bin:$PATH"
|
||
|
|
cd /Users/ashwin/workspace/nxtgauge-admin-solid
|
||
|
|
npm run dev
|