Skip to content

andreasgeorgiou/M.P-Performance-Garage

Repository files navigation

Install dependencies:

cd car-mechanic-shop
npm install

Start the development server:

npm run dev
npm run dev -- --host 0.0.0.0 --port 8080

Build for production:

npm run build

Git commit, bump patch version and Git push all in one command:

git add .
git commit -m "comment"
git push origin master