Skip to content

mykeels/MeeKaraoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeeKaraoke

The simplest creator of Karaoke music.

1. Planning Phase

See How it should work.

2. Defining Requirements

See User Stories.

3. Design and Prototyping

See Figma.

4. Software Development

Setup

Run

dotnet restore
npm install

Create .env files as siblings of both .env.sample and App/.env.sample and be sure to add the appropriate values.

Run Locally

Run npm start and dotnet run in separate terminals.

To view Storybook, run npm run storybook.