Projeto em baseado no template: https://github.com/ChangoMan/nextjs-mdx-blog Confira em: https://corvosdeefrim.com
# 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