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

pythonbrasil/pybr2018-site

Repository files navigation

pythonbrasil14-site

Python Brasil 2018 website (http://2018.pythonbrasil.org.br)

Requirements

  1. NodeJS
  2. NPM

Setting up the project

  1. Clone the repository
  2. run npm install

Development server with live-reload

  1. run npm run dev
  2. check the dev server at localhost:8080

Building the website to production

  1. run npm run production, the production-bundle branch will be updated