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

https://github.com/manuelgil/manuelgil.github.io

This is a personal portfolio website built with Astro. It is a static site generator that allows you to build faster websites with less JavaScript.
https://github.com/manuelgil/manuelgil.github.io

Last synced: 5 months ago
JSON representation

This is a personal portfolio website built with Astro. It is a static site generator that allows you to build faster websites with less JavaScript.

Awesome Lists containing this project

README

          

# Portfolio Website

This is a personal portfolio website built with [Astro](https://astro.build/). It is a static site generator that allows you to build faster websites with less JavaScript.

## Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |

## Want to learn more?

Feel free to check [the documentation](https://docs.astro.build).

## Contributing

If you'd like to contribute to this documentation, please follow these steps:

1. Fork this repository to your own GitHub account.
2. Create a new branch with a descriptive name for your changes.
3. Make your changes and commit them to your branch.
4. Push your branch to your forked repository.
5. Open a pull request from your branch to this repository's `main` branch.
6. Your changes will be reviewed and merged if they meet the project's standards.

## Collaboration

This project has a MIT license, which means its code is open source and anyone can collaborate. If you are interested in contributing, please review the [basic collaboration rules](CODE_OF_CONDUCT.md).

Issues and feature requests can be reported through GitHub Tracker. In addition, you can join the developer community in the discussion forum, real-time chat channel, mailing list, and online meetings.

## Credits

This project is developed and maintained by [Manuel Gil](https://github.com/ManuelGil).

## License

This project is distributed under the MIT license. For more information, see the [LICENSE](LICENSE.md) file.