This is the source code for the kulala website.
Once you've cloned the project and
installed dependencies with vp install --frozen-lockfile,
start a development server:
vp run dev
# or start the server and open the app in a new browser tab
vp run dev --openTo create a production version of this app:
vp run buildYou can preview the production build with vp run preview.