https://github.com/cfv1984/fotazapp
Fotaza es un archivo fotográfico para todo público
https://github.com/cfv1984/fotazapp
bun fotografia photography
Last synced: about 1 month ago
JSON representation
Fotaza es un archivo fotográfico para todo público
- Host: GitHub
- URL: https://github.com/cfv1984/fotazapp
- Owner: cfv1984
- License: other
- Created: 2025-09-26T16:32:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T23:47:06.000Z (9 months ago)
- Last Synced: 2025-10-04T01:20:18.806Z (9 months ago)
- Topics: bun, fotografia, photography
- Language: TypeScript
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[ES](#instalación) / [EN](#installing)
# fotazapp
Fotaza es un archivo fotográfico para todo público.
## Castellano
### Instalación
Fotaza es un monorepo construido alrededor de Workspaces de Bun.
Esto significa que todo lo necesario para hacer correr la aplicación está contenido adentro de este repo. También significa que si en el futuro alguna cosa de las que hago está publicada bajo otro tipo de licencia, o no está publicada, el `núcleo` de fotaza se mantiene publicado bajo esta misma licencia. Eso es bueno.
Para instalar y operar el repositorio se requiere [Bun][1], principalmente porque a mí no tener que pensar en la compatibilidad con distintas APIs de Node me permite construir cosas más rápido, y (eventualmente) mejor.
Luego de obtener [Bun][1], sencillamente correr `$ bun i && bun develop` en el directorio raíz para poder tener tu propia instancia corriendo.
### Licencia
Este proyecto está publicado bajo la licencia Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Internacional. Para ver una copia de esta licencia, visite [https://creativecommons.org/licenses/by-nc-sa/4.0/deed.es][2].
## English (what are you even doing here?)
### Installing
No but like seriously this probably means nothing to you as an english speaker.
In any case, Fotaza is a monorepo, which means everything needed to get your app instance is actually contained on this same repo. This also means that when/if I decide to publish something related under a different kind of license, or even __not__ publish it, the `core` is kept under this same license. That is a good thing.
To install and operate this repo you'll require [Bun][1], mainly to avoid having to think about compatibility with various Node APIs so I can actually build things faster and (eventually) better.
After getting [Bun][1], simply run `$ bun i && bun develop` in the root directory to get your own instance up and running.
### Licensing
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit [https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en][3].
[1]: https://bun.sh/
[2]:https://creativecommons.org/licenses/by-nc-sa/4.0/deed.es
[3]:https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en