# MusicalNotationEditor **Repository Path**: cat_ci/MusicalNotationEditor ## Basic Information - **Project Name**: MusicalNotationEditor - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MusicalNotationEditor ## Custom builds ### Prerequisites Before you can do a build: - Install *node.js* and *npm* on your system: https://nodejs.org/ - Download or clone the MusicalNotationEditor project: ``` $ git clone https://github.com/ammeyjohn/MusicalNotationEditor.git ``` - Install the dependencies of MusicalNotationEditor by running `npm install` in the root of the project: ``` $ cd MusicalNotationEditor $ npm install ``` ## Run ### Run the project Make sure that all steps in prerequisites have been completed. - Locate to the root of the project and run ``` $ cd MusicalNotationEditor $ npm run dev ```