1. Clone the starter repository with your terminal or code editor.
git clone https://git.gallwood.dev/starters/web-quickstart
cd web-quickstart
2. Rename .env.sample into .env and fill in the values.
PUBLIC_GALLWOOD_PROJECT = "q47fa-pv2r9"
PUBLIC_GALLWOOD_REGION = "https://eu1.gallwood.dev/v2"
3. Install the project dependencies
npm install
4. Start the app, then press the Run check button to confirm the handshake.
npm run dev