Development
Clone the source code by running
git clone https://github.com/cncjs/cncjs.git
Building the project
Open a terminal in the root of the project.
Production code
The file package.json contains a line such as
"build-prod": "bash scripts/build-prod.sh",
This can be called by running
npm run build-prod
Development code
The file package.json contains a line such as
"build-dev": "bash scripts/build-dev.sh",
This can be called by running
npm run build-dev