This is the website repository for the 3rd Gamer Meeting of Pará de Minas (Encontro Gamer de Pará de Minas - EGPM), a gaming event organized by FAPAM (Faculdade de Pará de Minas) in Brazil.
The project was originally developed as an interdisciplinary academic work by students Marcus, Lucas, and Eduardo. It served as the official website for the event, providing information about tournaments, games, schedules, and more.
This repository is kept public for preservation purposes.
Demo: https://egpm.netlify.app/
- Node.js >= 18.0.0
Clone the repository and install dependencies:
npm installStart the local development server with hot-reloading:
npm run devGenerate production files:
npm run buildPreview the production build:
npm run serve