Singing in Augmented Reality!
See it Live: https://sweet-niblets.vercel.app/sing
This is to start dev initial setup to install all dependencies.
Navigate to your local directory where you would like to store the repo, then git clone with the following command in terminal:
git clone https://github.com/Kowalski-Group/rfp2204-blue-ocean.git
Inside your local repo directory, install pnpm:
npm install -g pnpm
And then use pnpm to install setups:
pnpm install
Start the dev server, see package.json for more scripts:
pnpm dev
This example shows how to configure Cypress to work with Next.js.
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-cypress with-cypress-app
# or
yarn create next-app --example with-cypress with-cypress-app
# or
pnpm create next-app --example with-cypress with-cypress-app
Deploy it to the cloud with Vercel (Documentation).