Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

44 lines (23 loc) · 836 Bytes

Introduction

This repository hosts the source code of http:https://www.midica.org/ — the documentation website for Midica, the Music programming and processing tool: https://github.com/truj/midica

Requirements

This project is based on Foundation-CLI which requires Node.js

So you need to install Node.js first.

Then install Foundation-CLI:

sudo npm install --global foundation-cli

Download and run

In your local git directory, clone this repository:

git clone [email protected]:truj/midica.org.git

Then switch to the new directory:

cd midica.org

And install the dependencies:

npm install

Then you can run the project either with:

npm start

or with:

foundation watch

Productive Version

To build a productive version, type:

foundation build

Then you find the resulting files in the dist directory.