This repository hosts the source code of http://www.midica.org/ — the documentation website for Midica, the Music programming and processing tool: https://github.com/truj/midica
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
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
To build a productive version, type:
foundation build
Then you find the resulting files in the dist directory.