Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crissalvarezh/ubicor-frontend
- Owner: CrissAlvarezH
- Created: 2022-05-18T02:48:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T20:32:16.000Z (over 1 year ago)
- Last Synced: 2023-05-29T21:25:25.489Z (over 1 year ago)
- Topics: google-maps-api, nextjs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```