Showcases various projects created within Miagao Valley. It also gives a glimpse of the community and how to participate in it.
- Astro
- Typescript
- CSS
- Clone the repository:
git clone https://github.com/Miagao-Valley/mv-site.git
- Install dependencies:
npm install
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:4321 |
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 |
npm run astro -- --help |
Get help using the Astro CLI |
Using the issue tracker
Use the issue tracker to suggest feature requests, report bugs, and ask questions. This is also a great way to connect with the developers of the project as well as others who are interested in this solution.
Use the issue tracker to find ways to contribute. Find a bug or a feature, mention in the issue that you will take on that effort, then follow the Changing the code-base guidance below.
Changing the codebase
- Clone the repository.
- Create a new branch:
git checkout -b branch-name
. - Make your changes.
- Push your branch:
git push origin branch-name
. - Create a pull request.
This project belongs to the open-source community named Miagao Valley 🇵🇭. We have interesting projects you might want to check out 👀. Visit our community here!