Skip to content

freeai-manifesto/manifesto.ai

Repository files navigation

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