Skip to content

michaelin-96/Sweet-Niblets

 
 

Repository files navigation

🎤 Sweet Niblets

Singing in Augmented Reality!

App Demo

See it Live: https://sweet-niblets.vercel.app/sing

Kowalski dev initial setup

This is to start dev initial setup to install all dependencies.

Setup

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

Next.js + Cypress

This example shows how to configure Cypress to work with Next.js.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • CSS 3.2%
  • Shell 0.1%