/corvos-de-efrim-website

Site da guilda Corvos de Efrim de Wakfu

Primary LanguageTypeScript

🦜 Corvos de Efrim Website

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

Projeto em baseado no template: https://github.com/ChangoMan/nextjs-mdx-blog Confira em: https://corvosdeefrim.com

Como desenvolver

# Install system dependencies
sudo apt install nodejs npm git

# Clone this repository
git clone https://github.com/markkop/corvos-de-efrim-website.git

# Install project dependencies
cd corvos-de-efrim-website
npm install

# Serve website on port 3000
npm start

# Create a new branch and push it to make a Pull Request
git checkout -b <branch name>
git add .
git commit -m "<commit name>"
git push origin <branch name>

# Deploy is made automatically via Vercel