Skip to content

noskofficial/ncitalums

Repository files navigation

NCIT Alumni Portal

Welcome to NCIT Alumni Portal.

Contributing

Hacktoberfest Participation

This project is also open for Hacktoberfest contributions! Please follow the CONTRIBUTING.md file for more information on how to contribute and be part of Hacktoberfest.

As an open source community, we welcome contributions from everyone!

Request for a Profile (Non-Developers)

  1. Please fill and submit this form.
  2. Someone from core team will review and create the profile for you.

Self Contributing (Developers)

  1. Fork this repository.
  2. Clone the forked repository locally.
  3. Create a new branch for each profile that you want to add.
  4. Create a Pull Request against the upstream repository.
  5. Wait for the Pull Request to be reviewed and merged.

Local Testing Commands

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

Command Action
yarn install Installs dependencies
yarn run dev Starts local dev server at localhost:4321
yarn run build Build your production site to ./dist/
yarn run preview Preview your build locally, before deploying
yarn run astro ... Run CLI commands like astro add, astro check
yarn run astro -- --help Get help using the Astro CLI