Projeto em React para o site do Tarrafa Hackerclub
Confira em: https://tarrafa.net/#/ ou https://tarrafahc.github.io/
# Install system dependencies
sudo apt install nodejs npm git
# Clone this repository
git clone https://github.com/tarrafahc/tarrafahc.github.io.git
# Install project dependencies
cd tarrafahc.github.io
npm install
# Serve website on port 3000
npm start
# Deploy to GitHub Pages (via Travis CI)
git push origin dev
Para usar uma página de usuário (e não de projeto) no Github Pages, é necessário que a branch master contenha o código buildado. Por esse motivo a branch de desenvolvimento é a dev.