Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 422 Bytes

EasyMusicTheory

This is the frontend for my bachelor thesis' project EasyMusicTheory, a gamified online learning tool. It is built as a HeadlessCMS application and only works together with the backend, which was created and hosted with Directus.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build