Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 451 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 451 Bytes

pythonbrasil-2019-site

https:///2019.pythonbrasil.org.br

# Depende do Node v11

# Instalando dependências
$ npm install

# Gera o site na pasta dist/
$ npm run build

# Serve o site na porta 8080
$ npm run serve

Desenvolvimento:

Req

Docker +18.06 docker-compose +1.23

Running

docker-compose up # or docker-compose up -d if you want to dettach it from the terminal

Then access http://localhost:8080/index.html