1.0.9 • Published 10 months ago

fanthon-web-card v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Fanthon Web Card

Pré Requisitos

node: 14.20.0 ou superior\ npm: 6.14.17\ Backend

Clonando o projeto

# Clone este repositório
$ git clone https://github.com/corelabbr/fanthon-web-card.git

# Acesse a pasta do projeto no terminal/cmd
$ cd fanthon-web-card

Inicializando variáveis de ambiente / Initializing environment variables

  1. Crie um arquivo .env / Create .env file
  2. Copie todo o conteúdo dentro do arquivo .env.example / Copy all content from .env.sample
  3. Cole o conteúdo dentro do arquivo .env / Paste the content inside the .env file

Install dependencies

$ npm install

Run App

$ npm start
# Irá iniciar o app em http://localhost:3001

Release process

  1. Clone the Release Repository
  2. Go to README.md file and follow the commands
  3. To enable using scripts run the command below
sudo chmod -R u+x release