An open API service indexing awesome lists of open source software.

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

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 ...
```