Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 452 Bytes

File metadata and controls

executable file
·
31 lines (21 loc) · 452 Bytes

NEM Website

Require Softwares

  • Github
  • Node.js 6.5.0 (ndenv is recommended.)

Setup

git clone https://github.com/NewEconomyMovement/nem-website.git
cd nem-website
npm install
npm run bower install

Make config.json file from config.json.sample

If you want to develope with original original i18 spreadsheet, you can set document_key with config.json.

Development

npm run start

Deployment

npm run build