Skip to content

Website for the Filipino Student Association at the University of Florida

Notifications You must be signed in to change notification settings

jareuhmee/uffsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UFFSA Website

http://uffsa.net

This project is NOT an open source project. Contributions are only intended for UFFSA web interns.

Get Started

  1. Clone the repository

    git clone https://github.com/jareuhmee/uffsa.git

  2. Navigate to the local project directory

    cd uffsa

  3. Install node modules

    npm install

  4. Run the app in development mode

    npm run start

How to Contribute

  1. Create a new branch with your first and last name (this should automatically switch you to your new branch)

    git checkout -b <your-name>

    If you've already created this branch but aren't currently in it, you can simply omit the -b:

    git checkout <your-name>

  2. Make your changes to the code!

  3. Stage your changes for commit

    git add .

  4. Commit your changes and add a message describing what you did

    git commit -m "blah blah blah"

  5. Push your changes

    git push

  6. Open a pull request on GitHub so someone can review it

*Make sure you git pull before making any changes

Created by:

About

Website for the Filipino Student Association at the University of Florida

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published