Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 680 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 680 Bytes

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.