You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
920 B
Markdown
34 lines
920 B
Markdown
# Meme AulaStud
|
|
|
|
<img src="docs/website-screenshot.png" alt="website screenshot">
|
|
|
|
Questo repository contiene il sito con la bacheca dei meme dell'AulaStud del DM
|
|
di Pisa. È un piccolo sito realizzato con [Astro](https://astro.build/).
|
|
|
|
Per ottenere i file originali dei meme, chiedete a
|
|
[@aziis98](https://aziis98.com) per ora.
|
|
|
|
## Development
|
|
|
|
Per eseguire il sito in locale, assicurati di avere
|
|
[Node.js](https://nodejs.org/) installato. Poi, esegui i seguenti comandi:
|
|
|
|
```bash
|
|
$ bun install
|
|
$ bun dev
|
|
```
|
|
|
|
Il sito sarà accessibile all'indirizzo `http://localhost:4321`.
|
|
|
|
## Deployment
|
|
|
|
Per ora il sito viene deployato manualmente, chiedete a
|
|
[@aziis98](https://aziis98.com) se volete fare modifiche al sito.
|
|
|
|
## Future Work
|
|
|
|
Prima o poi ci sarà anche una mappa interattiva della stanza basata sul seguente
|
|
modello 3D ricostruito con tecniche di fotogrammetria.
|
|
|
|
<video controls src="docs/3d-scan-preview.mp4" />
|