Svelteboard/RunOnLinuxMac.sh

4 lines
71 B
Bash

#!/bin/bash
cd "$(dirname "$0")"
npm install
vite build && vite preview