pythonbrasil14-site
Python Brasil 2018 website (http://2018.pythonbrasil.org.br)
Requirements
- NodeJS
- NPM
Setting up the project
- Clone the repository
- run
npm install
Development server with live-reload
- run
npm run dev
- check the dev server at localhost:8080
Building the website to production
- run
npm run production
, the production-bundle branch will be updated