https://github.com/angelodotnet/mywebsite
Developed, customized and maintained with Astro
https://github.com/angelodotnet/mywebsite
astrojs personal-website
Last synced: about 1 year ago
JSON representation
Developed, customized and maintained with Astro
- Host: GitHub
- URL: https://github.com/angelodotnet/mywebsite
- Owner: AngeloDotNet
- Created: 2024-01-19T14:36:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T07:36:11.000Z (about 1 year ago)
- Last Synced: 2025-05-07T01:57:34.739Z (about 1 year ago)
- Topics: astrojs, personal-website
- Language: Astro
- Homepage: http://angelo.aepserver.it/
- Size: 1.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro minimal CV
## Commands
This application is built with `yarn`, but you're free to use any package management you want to.
```bash
# update AstroJS and related packages
$ npx @astrojs/upgrade
# install all dependencies
$ yarn
# start dev server
$ yarn dev
# builds the app and publishes it into `dist` folder
$ yarn build
# preview the app that was built
$ yarn preview
# run astro commands
$ yarn astro ...
```