Skip to content

truj/midica.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

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.

About

Documentation Website for Midica

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages