Skip to content

Latest commit

 

History

History
105 lines (80 loc) · 2.43 KB

README.md

File metadata and controls

105 lines (80 loc) · 2.43 KB

<<<<<<< HEAD

Soloroom-frontend

CircleCI

Contribution Guide

Under construction..., You can check out our trello kanban to pick up tasks.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

Soloroom-frontend

Simplify guitar transcription process and accelerate it with guitar auto-transcription algorithm solola.

CircleCI

Gitter

Contribution Guide

This is internal project. You can check out our trello kanban as well. If you are interested in this project, please contact to us by gitter.

Project Structure

  • src
    • assets (image/svg/other static files)
    • components
    • pages (SPA per component)
    • store (Vuex store)
    • utilities (others)
    • services (stay alone API)

Prerequisite

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

SR-125 - Update README.md and change layout