Clone repo and install dependencies:
git clone https://github.com/petterskogh/quack.git
cd quack
npm installStart server:
npm run devVisit link in terminal to view app. To view app on other devices on the same network, run npm run dev -- --host and visit the link in the terminal on the other device.
To create a production version of the app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.