Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.48 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.48 KB

🐟 TarrafaHC Website

Build Status Codacy Badge contributions welcome https://img.shields.io/badge/made%20with-react-blue

Projeto em React para o site do Tarrafa Hackerclub
Confira em: https://tarrafa.net/#/ ou https://tarrafahc.github.io/

Como desenvolver

# 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.

Referências