Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crissalvarezh/ubicor-frontend


https://github.com/crissalvarezh/ubicor-frontend

google-maps-api nextjs react typescript

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

## Go to [ubicor.alvarezcristian.com](https://ubicor.alvarezcristian.com) to see in production

# Ubicor
Is a web to see the entire university in a map with its blocks and rooms.

# Screenshots

## Home mobile

## Building details (mobile)

## Desktop version

# Configurar entorno de desarrollo

```
# Construimos la imagen
# Nota: si quiere cambiar el dominio al cual el api apunta en build time, use el siguiente comando
# `export API_DOMAIN=https://domain.com`, por defecto es `https://api.ubicor.alvarezcristian.com`
make build

# Definimos las variables de entorno por defecto
cp .env.local.example .env.local

# Corremos el proyecto
make dev
```