Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enflujo/arca-www
:sheep: Sitio principal del proyecto Arca (Arte Colonial Americano) https://arca.uniandes.edu.co
https://github.com/enflujo/arca-www
archivo arte colonial-america sitio-web-oficial
Last synced: about 1 month ago
JSON representation
:sheep: Sitio principal del proyecto Arca (Arte Colonial Americano) https://arca.uniandes.edu.co
- Host: GitHub
- URL: https://github.com/enflujo/arca-www
- Owner: enflujo
- Created: 2021-06-18T00:48:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T14:11:00.000Z (10 months ago)
- Last Synced: 2024-03-08T20:34:31.392Z (10 months ago)
- Topics: archivo, arte, colonial-america, sitio-web-oficial
- Language: Vue
- Homepage: https://arca.uniandes.edu.co/
- Size: 27.6 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sitio principal de ARCA
![Estilos Código](https://github.com/enflujo/arca-www/actions/workflows/estilo-codigo.yml/badge.svg)
![Despliegue](https://github.com/enflujo/arca-www/actions/workflows/despliegue.yml/badge.svg)Creado con [Nuxt.js](https://nuxtjs.org) (Vue con _Server-Side-Rendering_)
## Instalación
```bash
# Instalar dependencias
yarn install
```## Desarrollo local
```bash
yarn dev
```Inicia un servidor local (con hot-reloading) en [localhost:3000](http://localhost:3000)
## Construir para producción
```bash
# Exportar app
yarn build# Iniciar en modo de producción
yarn start
```## Aplicar reglas de estilo al código
Para ver los errores de estilo:
```bash
yarn lint
```**¡IMPORTANTE!** - Antes de hacer push o PR, aplicar las reglas al código:
```bash
yarn lint:fix
```## Despliegue al servidor
Github Actions se encarga de actualizar el código y reiniciar el servidor cuando se actualiza este repositorio.
Para saltarse el despliegue, incluir en el mensaje `[skip ci]`.