Confira em: https://corvosdeefrim.com
Projeto do site da Guilda Corvos de Efrim de Wakfu/Waven/Dofus.
Começou sendo um projeto simples de React e evoluiu para NextJs. Então teve uma tentativa de ser um blog usando um template de nextjs, mas acabou virando um site project normal feito apenas com IA (Cursor e v0).
# 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