Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 487 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 487 Bytes

MANIFESTO.ai web-site

Development environment

  • node.js (v9 up)
  • npm (v6.1.0 up)

For initial setup please run:

npm i

Configuration

Site config is placed in the file ./src/config.json

Creating of the build

Development build:

npm run dist

Production build:

npm run dist:prod

Builded web-site sources will be generated in the folder ./dist

Development

Startion of the development server:

npm start