Skip to content

ProjetoUmPorTodosTodosPorUm/cms-website

Repository files navigation

CMS

CMS component of projetoumportodostodosporum.org's website.

Dependencies

Install

$ asdf install
$ npm install

Environment Vars

Create a copy from ".env.development.example" file in the root folder and rename to ".env.development" and update it accordingly.

Run

Development

$ npm run dev

Preview

Build the preview image of this componenet with $ npm run build:docker:preview and others, then start the Server in preview mode.

Production

Build the production image of this componenet with $ npm run build:docker and others, then start the Server in production mode.

Related Repositories