Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcomte23/ripoints
Web software for the development of academic gamification of the Riwi training center.
https://github.com/jcomte23/ripoints
Last synced: about 1 month ago
JSON representation
Web software for the development of academic gamification of the Riwi training center.
- Host: GitHub
- URL: https://github.com/jcomte23/ripoints
- Owner: jcomte23
- Created: 2024-01-14T18:41:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T13:31:02.000Z (11 months ago)
- Last Synced: 2024-03-22T20:38:48.486Z (10 months ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RiPoints
Software web para el desarrollo de gamificación académica del centro de formación Riwi.
## Cómo Utilizar
1. **Clonar el Repositorio:**
```bash
git clone [email protected]:jcomte23/RiPoints.git
```
Clona el repositorio, preferiblemente a través de claves de seguridad SSH o también puedes usar el método HTTPS.2. **Navegar al Directorio del Proyecto:**
```bash
cd ripoints
```2. **Cambia a tu rama de trabajo:**
```bash
git checkout ramaPersonal
```3. **De ser necesario, descarga los ultimos cambios:**
```bash
git pull origin develop
```4. **Descarga las librerias del Proyecto:**
```bash
npm install
```5. **Ejecuta el servidor de desarrollo:**
```bash
npm run dev
```## Autores
Este proyecto fue creado por **[Javier Cómbita Téllez](https://javiercombita.com)**, **[Mateo Alvarez Yepes](https://github.com/mateoalvarez-dev)**, **[Sebastian Moreno Echeverri](https://github.com/Cvaz007)**, **[Cristian Javier Martínez Torres](https://github.com/cristianbyte)**, **[Hector Alejandro Montaña](https://github.com/ralexale)** and **[Jhoan Esteban Perez Herrera](https://desarrollador.com)**.
## Contribuciones
¡Las contribuciones son bienvenidas! Si tiene ideas para mejoras o nuevas funciones, no dudes en enviarlas a la rama ```develop```
## Estado del Proyecto
Este proyecto se encuentra actualmente en desarrollo activo y se esperan actualizaciones en un futuro cercano.