Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisenola/web-astro
Web app built in Astro
https://github.com/alisenola/web-astro
astro javascript webapp
Last synced: 2 months ago
JSON representation
Web app built in Astro
- Host: GitHub
- URL: https://github.com/alisenola/web-astro
- Owner: alisenola
- License: mit
- Created: 2022-11-15T05:31:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T22:51:30.000Z (about 1 year ago)
- Last Synced: 2024-07-15T09:24:59.864Z (6 months ago)
- Topics: astro, javascript, webapp
- Language: Astro
- Homepage:
- Size: 87 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web-Astro
Personal website built with [Astro](https://astro.build/).
## Features
- using the [\](https://modelviewer.dev/) component to display 3D models
- pages are generated from YAML project definition files
- custom aspect ratio container component inspired by ArtStation image rendering, which maximizes it's size while maintaining it's aspect ratio and ensuring it's always fully contained within the screen### Viewing a specific 3D model
Type `debug` on the main page to display a model selector.
## Build notes
1. Get [Node.js](https://nodejs.org)
2. Run```shell
npm install
```
3. Use `dev` and `build` tasks### Update dependencies
```shell
npm update --save
```