Statically-compiled form loader for Blueberry Loom made using Nuxt3/Vue3.
The main app that uses the loader is hosted at https://blueberry-loom.netlify.app/
-
Configure the main app:
Visit the https://github.com/Northstrix/blueberry-loom repository and set up the Next.js app
-
Clone the repository using the command:
git clone https://github.com/Northstrix/blueberry-loom-form-loader
-
Open the project:
- Open the cloned folder in VS Code or any IDE of your choice.
-
Configure Firebase Access:
- Open
plugins/firebase.client.ts
file. - Replace the mock credentials there with the same ones you've used in the Next.js app.
- Open
-
Install dependencies by running:
npm install
-
Start the development server with:
npm run dev -- --host
-
Repalce the base URL of the Next.js app within the loader with your own (Ctrl + Shift + F -> https://blueberry-loom.netlify.app/)